Validating multi-step form

Hello @Seanhoots
You can add validation to your inputs, and disable the next button also if an input is invalid.
Example:

The input has an email validation rule applied:

Then you can disable the button, when the input is empty or invalid:

Result:

3 Likes