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🙂
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🙂
Hi Tomx,
The Joomla! login form uses this HTML:
Bob
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
This topic is locked and no more replies can be posted.