Is it a bug? (When using both the login form and the registration form)
-
I made two forms using Forminator: the login form and the registration form, both of which used the reCaptcha, registration form with a password confirmation field.
I put their shortcodes on the same page (login form “first”, registration form “back”), and I tried to use the registration form to register new users, but the form kept telling me that my passwords didn’t match. Later, through the browser’s developer tool, I found that the problem may be that the ID of the login form and the password field of the registration form are the same, which causes JS to choose the wrong comparison object (the comparison object mistakenly crosses the 2 forms) when verifying whether the two passwords of the registration form match.
Later, I entered the same password in both the registration form and the password field in the login form, and the registration form no longer indicated that the passwords did not match.
1. It’s a bug?
2. I want to use the login form and the registration form on the same page. What should I do?
That’s All.
Casually mention, can you add the “forget password” form and it’s shortcode, and shortcode for “log out”? Thanks ^_^
- The topic ‘Is it a bug? (When using both the login form and the registration form)’ is closed to new replies.