Skip to main content
Participant
April 20, 2016
Answered

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

  • April 20, 2016
  • 1 reply
  • 934 views

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.

This topic has been closed for replies.
Correct answer try67

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.

1 reply

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
April 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.

JulianaMGAuthor
Participant
April 20, 2016

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