How would I make the field to ALWAYS display the Uppercase "C" then a four digit number. Ex. C1046 So on the field, the uppercase C will always automatically populate and the user just inserts the four digit number.
Question
Question
Answer
I replied to your question on my YouTube channel as well, but I'll also post it here.
I would set the Default Value of the field to "C". Then on the Advanced tab of the field, set the "Perform custom Input Validation" option to "Use a regular expression". Then set the regular expression to "C\d\d\d\d". What this tells the form is that the first character must be a "C" followed by 4 digits.
Replies
Carlos, you can set the Default Value of the field to "C".
Ok, I was thinking about that but I figured that C would be letter code like L, A or a where these alpha characters meant something to Laserfiche.
I replied to your question on my YouTube channel as well, but I'll also post it here.
I would set the Default Value of the field to "C". Then on the Advanced tab of the field, set the "Perform custom Input Validation" option to "Use a regular expression". Then set the regular expression to "C\d\d\d\d". What this tells the form is that the first character must be a "C" followed by 4 digits.
Sweetttttt!!!! Thanks a Million!!!