How can I make the SSN field (text box set to nine digits) where the document cannot be finished if the user enters anything other than nine digits? I am wanting nine digits exactly…….not 4…..not 7…...nine exactly. Any help would be greatly appreciated.
Solved
SSN field (text box set to nine digits) question
Best answer by JohnSantos
You could use a data validation with the following custom validation ^\d{9}$ or ^\d{3}-\d{2}-\d{4}$ if you want it in the SSN Format (XXX-XX-XXXX)

Sign up
Already have an account? Login
You can login or register as either a Docusign customer or developer. If you don’t already have a Docusign customer or developer account, you can create one for free when registering.
Customer Login/Registration Developer Login/RegistrationDocusign Community
You can login or register as either a Docusign customer or developer. If you don’t already have a Docusign customer or developer account, you can create one for free when registering.
Customer Login/Registration Developer Login/RegistrationEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Back to Docusign.com



