Thread: Login Link
View Single Post
  #58  
Old 01-30-2009, 12:14 PM
 
ChristineP ChristineP is offline
 

eXpert
  
Join Date: Jul 2008
Posts: 310
 

Default Re: Login Link

Boomer,

I've tried both your code and Laureon's, but I'm not having any luck. When I used your suggestion to copy the code from my site login_form.tpl <form> </form>, I could see the code and no way to submit. When I used your code and corrected any portion that points to your /lab/, then the login page shows, but still no submit button. Any suggestions?

Christine


Quote:
Originally Posted by B00MER
Here is mine from cart-lab [3.5.5]

Code:
If you already have an account, you can authenticate yourself by filling in the form below. The fields marked with <font class="TableCenterCustomerFormOrange">*</font> are mandatory. <table border=0> <form action="/lab/include/login.php" method=post name=errorform> <tr> <td height="10" width="78" class=FormButton>Login</td> <td width="10" height="10"><font class=Star>*</font></td> <td width="282" height="10"> <input type="text" name="username" size="30"> </td> </tr> <tr> <td height="10" width="78" class=FormButton>Password</td> <td width="10" height="10"><font class=Star>*</font></td> <td width="282" height="10"> <input type="password" name="password" size="30"> <input type="hidden" name="usertype" value="C"> <input type="hidden" name="redirect" value="customer"> <input type=hidden name=mode value=login> </td> </tr> <tr> <td height="10" width="78" class=FormButton></td> <td width="10" height="10"></td> <td width="282" height="10" class=ErrorMessage> </td> </tr> <tr> <td height="10" width="78" class=FormButton></td> <td width="10" height="10" class=FormButton></td> <td width="282" height="10"> [img]/lab/skin1/images/buttons/submit.gif[/img] </td> </tr> </form> </table> If you do not have an account, you can easily <font class=TableCenterCustomerform>register here</font>

secure_login.php in 4.0.x is in the root /
__________________
______________
version 4.1.9 Gold
Reply With Quote