Question
Deloitte
Deloitte
IN
Deloitte
Posted: Mar 21, 2018
Last activity: Mar 22, 2018
Last activity: 22 Mar 2018 6:56 EDT
Closed
Solved
how to prevent a user from entering special characters in input text field
Hi There, I came across this scenario where we prevent users to enter special characters in input text field, and below is the one exception
1. the user can enter hyphen (-) and apostrophe(')
thanks in advance
Thanks for your comments, I found solution by using regular expression at Flow action's validation rule
@pxContainsViaRegex(Replace_your_Property_Here,"[^A-Za-z0-9-']",true)