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

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

  • December 18, 2019
  • 4 replies
  • 18 views

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

Best answer by Kate

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. !
View original

4 replies

Forum|alt.badge.img+19
  • Level 5 ●●●●●
  • 543 replies
  • December 19, 2019
You can use regular expressions to set your own validation rule. https://emailregex.com/

  • Author
  • 2 replies
  • December 20, 2019
> @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...

Forum|alt.badge.img+19
  • Level 5 ●●●●●
  • 543 replies
  • Answer
  • December 20, 2019
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. !

  • Author
  • 2 replies
  • December 20, 2019
Cool! Thanks so much!

Leave a Reply