Skip to main content
Newcomer
February 16, 2026
Solved

SSN field (text box set to nine digits) question

  • February 16, 2026
  • 2 replies
  • 100 views

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.

Best answer by JohnSantos

@jmcclu7 

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)

 

2 replies

JohnSantos
Guru
Guru
February 16, 2026

@jmcclu7 

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)

 

Welcome to the DocuSign Community! Your feedback is highly valued. If you find my response helpful, please give it a "Like" and consider marking it as the "Best Answer" to assist others with similar issues.
Docusign Employee
February 23, 2026

Hello ​@jmcclu7,

We’d like to know if the suggested solution was helpful. If yes, we'd greatly appreciate it if you could ad mark it as "Best Answer" ✅, to help other community members find trusted answers.😊

Let us know if you need further assistance—we're here for you!

 

Sincerely,

Melanie | Docusign Community Moderator