Skip to:
Content
Pages
Categories
Search
Top
Bottom

login form's remember me checkbox

Viewing 2 replies - 1 through 2 (of 2 total)

  • Lynq
    Participant

    @lynq

    You could use jQuery…

    jQuery(".bbp-login-form #rememberme").attr('checked','checked');
    jQuery(".bbp-login-form #rememberme").hide();

    Good luck!

    (Also check that jQuery, I don’t know if it is going to work perfectly lol).

    I would definitely go with Lynq’s approach. Simple and it should get the job done :)

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar