Field Validation and Required

Hello,

I am using a stepped form. I need the email field to be required and validated.

I’ve noticed if i set it to required it works. However when I add validation to the email this removes the required field (even though its still set) submissions are then allowed to go through.

A custom validation replaces the native validation. So if you’re using a custom one, you need to manually add the “Required” check as well.