Force a Text field to have specific values

Hi,

Is there a way to enforce a field to have a specific type of value?

IF the field expects the user to type Joe.Bloggs@company.com but the user types Joe.Bloggs$company.com then the field should show an error, telling the user that they have typed the email incorrectly.

Thank you in advance!

Dear @Qman,
You can add a regex pattern to a text field, and it will validate that the field has the correct value, more on that here - Single-line Text field — Public web forms

1 Like