Viewing 5 replies - 1 through 5 (of 5 total)
  • I have the same issue here. How can we solve this?

    I have the same issue here. How can we solve this?

    Same behavior in the registration page, accounts are created though the checkbox is not checked.

    My javascript workaround:
    $('#terms-accept input[name=ag_type]').val('register');

    I think there is an incorrect value in the hidden input
    <input type="hidden" value="login" name="ag_type">
    i see “login” but it’s a registration form, so tried with “register” and it worked…

    I’m a little worried by
    <input type="checkbox" value="1" name="ag_login_accept" id="ag_login_accept">
    since there is “login” again, but it seems to work anyway.

    Thread Starter pmascis

    (@pmascis)

    Strangely I’ve noticed this plugin works when ‘Theme My Login’ is also running.
    https://www.ads-software.com/plugins/theme-my-login/

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Not working. Checkbox not selected, Proceeds to log in regardless.’ is closed to new replies.