Hi there,
s it possible to remove the 'remember me' checkbox, but make the form remember the user anyway? I am referring to the homepage login.
This is my code for the checkbox:
PHP Code:
<td class="smallfont"><label for="label3"> <span class="white_small">$vbphrase[remember_me]</span></label></td>
<td><input type="checkbox" name="cookieuser2" value="1" tabindex="103" id="label2" accesskey="c" /></td>
Any ideas?
Thanks!