Solved
web form phone number field
How do you create a cell phone field on the web forms
How do you create a cell phone field on the web forms
Hello
Welcome to the DocuSign Community!
Yes you can text field and set up a custom REGEX pattern to validate data entered in a text field to only accept a phone number's pattern. there is not a Phone Number standard field you can
One example here 123-123-1234 and (123)123-1234 would be the following:
^(\\([0-9]{3}\\)|[0-9]{3}-)[0-9]{3}-[0-9]{4}$
For more details on how to work with Data Validation and how to set Custom Data Validation, see:
Data Validation for Text Fields
Custom data validation
Thanks!
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.