I'm trying to make a step-by-step form on one page where a user needs to click the "next" button to show the next step.
So here's the question: Is there a jQuery function (or just JS) which checks if a form has some HTML5 errors "by now"? So the next step won't show if there are any errors in that certain step?