Bug when page has multiple password field
-
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 fromequalTo: ‘#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)
Viewing 1 replies (of 1 total)
- The topic ‘Bug when page has multiple password field’ is closed to new replies.