Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

how do you get a zero to be recognized on an interactive form when it is entered as the first number?

New Here ,
Apr 20, 2016 Apr 20, 2016

In a numeric field, how do you get a zero that is entered first to be acknowledged? I have an interactive form and one of the fields is for a docket number. Every year the first number is 0001. When a client types in "0001" the answer populated is just "1" and the zeros aren't recognized and they need to be.

TOPICS
Acrobat SDK and JavaScript , Windows
818
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Apr 20, 2016 Apr 20, 2016

Set the field's Format to Special and select Arbitrary Mask, and then enter "9999" as the mask.

Either that or just set it to None.

Translate
Community Expert ,
Apr 20, 2016 Apr 20, 2016

Set the field's Format to Special and select Arbitrary Mask, and then enter "9999" as the mask.

Either that or just set it to None.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 20, 2016 Apr 20, 2016
LATEST

Thank you so much...the arbitrary mask worked perfectly. You saved my day!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines