I have registration that consist of 2 steps. In the first one, the new user will set up his name, email and password. Then he clicks on the "Sign Up" button and is redirected on the page where is the second part of the registration form (approx 5-7 fields).
I have set up validation rules on all inputs (7-10 fields). The problem is, when I fill out the first part of the form and then I click on the Sign Up button, I see validation errors, because the fields from the second part of the form are not valid.
How to avoid this behavior?
Thank you