Answer the question
In order to leave comments, you need to log in
How to properly organize step-by-step form validation?
There is a step-by-step form like this.
<form action="#">
<section>
<input type="text">
<input type="text">
<input type="text">
</section>
<section>
<input type="text">
<input type="text">
<input type="text">
</section>
<section>
<input type="text">
<input type="text">
<input type="text">
</section>
<a href="#">next</a>
<button>Send</button>
</form>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question