Solved
I would like to create custom validation for us phone numbers
I would like to create custom validation so that respondents have to enter their phone number in the following fomat: (xxx)xxx-xxxx. I have tried using a custom validation with a regex statement, but it doesn't seem to work. Am I missing something? Thanks!
Best answer by TomG
If you want to go the custom validation route, here is a simple regex string (doesn't do any checking for valid area code or anything): `^\\([0-9]{3}\\)[0-9]{3}\\-[0-9]{4}$`
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
