WSN Knowledge Base
Featuresspacer Showcasespacer Reviewsspacer Demosspacer Purchasespacer Manualspacer Support
Adding a "remember me" checkbox
Adding a "remember me" checkbox
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:

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

Previous Article | Next Article


Home    |    Features    |    Showcase    |    Reviews    |    Demos    |    Purchase    |    Manual    |    Support