I have a text field that has preceding zeros, the total LEN is 12, so for instance the field would be 000000561803 or 000001012304 (can have anywhere from 2 to 7 preceding 0's).
I am curious if there is a way to add a control to the form field to add X number of 0's to the string to make the string length 12, so the user can just type 561803 and on tabbing out of the field six 0's would be added or in the other example the user can ad 1012304 and 5 0's would be added?
Thanks so much for your help!
I am curious if there is a way to add a control to the form field to add X number of 0's to the string to make the string length 12, so the user can just type 561803 and on tabbing out of the field six 0's would be added or in the other example the user can ad 1012304 and 5 0's would be added?
Thanks so much for your help!