Required attribute in multi step form
问题 I have used a multistep form and I am using "required" attribute in some of the input fields. As such <input type="text" placeholder="Full name" id="name" name="name" required="Please enter your full name"> The user fills one form and clicks next and after three nexts he can submit. But the required attribute triggers only when the I click the submit button.I want the user to fill all the fields before he clicks next on the form. By that I mean that the required must trigger on the next