You are viewing limited content. For full access, please sign in.

Question

Question

Input Mask

asked on August 7, 2024

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.

0 0

Answer

SELECTED ANSWER
replied on August 8, 2024

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.

0 0

Replies

replied on August 7, 2024

Carlos, you can set the Default Value of the field to "C".

0 0
replied on August 7, 2024

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.

0 0
SELECTED ANSWER
replied on August 8, 2024

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.

0 0
replied on August 8, 2024

Sweetttttt!!!! Thanks a Million!!!

0 0
replied on August 7, 2024

Have you tried a regular expression?

0 0
replied on August 7, 2024

I have not. I'll try that and see if this is what I'm looking for. Thanks

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.