How to validate only parts of a form?
Advertisements I have a multistep form with two fieldsets, containing two required inputs each. I want to validate only the first fieldset when the user wants to continue to the second one. However, with my current approach, the entire form is validated, although I call checkValidity() only on the input elements of the first fieldset.… Read More How to validate only parts of a form?