Forums

Stay logged in

TomX 31 Oct, 2011
Hi,

I created a login-form using chronoforms with username- and password-field.

How can I force the data to stay logged or add a "Stay logged in" checkbox to the form?


Thanks for your help🙂
GreyHead 01 Nov, 2011
Hi Tomx,

The Joomla! login form uses this HTML:
<input id="modlgn-remember" type="checkbox" name="remember" class="inputbox" value="yes" />
This should work if you are submitting your form to com_users, if you are processing the login yourself then you'll need to add the code from com_users too.

Bob
TomX 01 Nov, 2011
Thanks Bob!

I will give it a try 😀
This topic is locked and no more replies can be posted.