Email Validation in Form Progress

Hello,

I’m seeking assistance with implementing email validation in my form. Specifically, I’d like to prevent users from clicking the “Next” button until the email field contains a valid email address.

While I know how to validate upon form submission, I want to implement validation at the progression stage. I attempted to add a conditional rule requiring the “@” symbol in the email field, but I’m looking to implement Feathery’s complete email validation rules instead.

Would anyone be able to provide guidance on this implementation?

Thank you in advance for your help.

Best regards!

Hey there, using the default “Email” element comes with a validation when a button is clicked (as long as it’s a button with Validate & Submit checked). This will still ‘allow’ users to click on said button but if validation fails, the form will not progress to the next step.

Perfect Thank you!!!