Solved
I need to validate a field to be 9 digits (numbers only with no spaces). What's the regex I need to use?
The field is used to store a code - its not a number ie uses a separator. So I can't set it to field type Number
The field is used to store a code - its not a number ie uses a separator. So I can't set it to field type Number
Hello,
Does this one work^[0-9]+$ ? the system should not allow the recipient to complete the envelope if there is a space or letter in the text field.
Let us know if you need further assistance with this.
Best regards,
Christopher | DocuSign Community Moderator
"Select as Best" below if you find the answer a valid solution to your issue.
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.