Adding a "remember me" checkbox
By Paul
0/5 based on 0 votes. The median rating is 0.
By Paul
Suppose you want your members to have an option to have their username remembered across sessions, without staying logged in. To do this, go to your wrapper template (and login template if desired) and insert this in the login area:
Then in order to show the saved value, you need to use in the username input box like this:
<input type="checkbox" name="rememberme" value="1"> Remember me?
Then in order to show the saved value, you need to use in the username input box like this:
Username: <input type="text" name="username" onfocus="this.value=''" size="10" value="">
Rating:
0/5 based on 0 votes. The median rating is 0.
Submitted: 05/17/07
Description: Remembering the username, but not the password.
Views:
117 views. Averaging 0 per day.
In the most recent 30 day period, there've been 0 views.

Print
E-Mail