An email with character '_' cannot pass email address input validation. How to change the rule? | XM Community
Solved

An email with character '_' cannot pass email address input validation. How to change the rule?

  • 18 December 2019
  • 4 replies
  • 8 views

An email with character '_' cannot pass email address input validation. Can we change the preset validation rules?
icon

Best answer by Kate 20 December 2019, 04:23

View original

4 replies

Userlevel 7
Badge +19
You can use regular expressions to set your own validation rule.
https://emailregex.com/
> @Kate said:
> You can use regular expressions to set your own validation rule.
> https://emailregex.com/

Thanks Kate! Though I don't even know where to input the regular expression when I create my survey...
Userlevel 7
Badge +19
Ah! Well there are lots of places you can use Regular expressions. But for this use-case, you use it as a form of content validation. It's just that the validation only passes if the regular expression passes.

!
Cool! Thanks so much!

Leave a Reply