I am working on creating a form wizard for a long form.
There are 5 pages.
I want to check the required fields when the user clicks next.
I’m currently using conditional display for displaying only the stage of the wizard that the user is on.
However, at the last step when the user clicks submit, the form then validates and caused UI issues (cant tell what the error is, and what field might not have been filled out).
Is there a way to validate the fields at each step, and not submit the form until the last step?
Or, what would the best work around be?