In a space meant to fill in the email in a survey, how can we make the format with @

in a space meant to fill in the email in a survey, how can we make the format with @ or @…com

@nz54, though I did not understand your issue very well, I could guess that your issue is related to the regex code to control the wrong entry of an email id. If this is the case, you could do it as outlined in the post discussed previously

And this one too …

You should also be able to learn more about regex code through this support article Restricting Text Responses With Regular Expressions.

1 Like

Thank you so much!!


  1. A-Za-z0-9._%± ↩︎

2 Likes