View Single Post
Old 10-23-2008, 06:51 AM  
VikingStar
Confirmed User
 
Join Date: Feb 2007
Location: Posts: 86,312
Posts: 190
How to create login form for paysite?

Right now I just have a link to the members section, and when clicked it pops out the login window.
But I want to create a login form with username and password fields. How do I do that? Can someone past me the code for this form? Thanks!!

I tried with this form but it does not work:

<form method="post" action="http://www.mysite.com/members/">
<input name="user" type="text" size="20" maxlenght="18" value=""><br>
<input type="password" name="pass" value="" size="15">
<input class="button" type="Submit" name="login" value="Login">
</form>
__________________
.
VikingStar is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote