Answered
Hi folks,
I am doing forms in Acrobat 9 Pro and need to specify the format of the 9-digit number users write in one of the fields. There should be a space after each three digits, like 234 212 543. So far, I have only been able to change the format of the number in the field properties so that I get Social Security Number... but what I get is 234-21-2543...
Is anybody who could help me and write a simple javascript code for me so that my numbers would have spaces after each three digits? I don't know any scripting...
THANKS for help! I really appreciate it!
Joanna
You other option is to use the RegExp object for the 'Custom' format and write the keystroke, format and validation scripts.
George Kaiser