• Resolved kevinflorenzdaus

    (@kevinflorenzdaus)


    Steps to reproduce :

    • Install this plugin
    • Install Pop Up Maker plugin
    • Create a registration form
    • Create pop up record , put shortcode of registration form inside
    • Create another pop up , put in the login shortcode
    • Create a page , put in the pop ups that you created — registration pop up and login pop up
    • Create an account by registration form
    • The registration form will show – password doesnt match

    Solution / Fix :

    user-registration/assets/js/frontend/user-registration.js::71
    change from

    equalTo: ‘#user_pass’,

    to

    equalTo: ‘.user-registration #user_pass’,


    Are you going to port to github ?
    I wish to make a pull request ??

Viewing 1 replies (of 1 total)
  • Hi @kevinflorenzdaus,

    We really really appreciate your time and work regarding the issue. But since this issue has already been admitted and fixed, a pull request is not necessary at this time.

    However, thank you again for your interest. Regarding the fix, a new update will be pushed in a day or two which will include the fix.

    Regards!

Viewing 1 replies (of 1 total)
  • The topic ‘Bug when page has multiple password field’ is closed to new replies.