Adobe Sign Text Tag - Formatting numbers
Greetings,
I am trying to create a field for business to enter their FEIN number. The format is ##-#######.
I would like to create a text tag that requires 9 digits and the - to auto appear after the second number is entered. Is there a text tag to create this field.
I have tried the following codes:
{{#fein=*fein_es_:signer1:string(maxlen=10):format(number, “__-_______”):tooltip(“Format: xx-xxxxxxxxx”)}}
(maxlen 10 to include 9 digits plus the -)
{{#fein=*fein_es_:signer1:string(maxlen=10):format(number, “__,-,_______”):tooltip(“Format: xx-xxxxxxxxx”)}}
{{#fein=*fein_es_:signer1:string(char=num,maxlen=9)}}
Also, the maxlen limits the maximum amount of characters, is there a code for minimum or exact. I have tried minlen and len but they do not appear to work.
