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>
__________________
.
|