Is it possible to set up an field, so it looks like this:
The user only can fill these 8 charakters, the first 4 are letters and the last 4 are numbers.
Thanks for the help
Is it possible to set up an field, so it looks like this:
The user only can fill these 8 charakters, the first 4 are letters and the last 4 are numbers.
Thanks for the help
Patrick, the easiest way to require the user to enter a value in a specific format is using a Single Line Text field and create your own custom input mask using the field settings, you can find more details about custom input masks creation for this field type here: Input Mask - Gravity Forms Documentation
The pipe character ( | ) is a special reserved character, so I don’t recommend you to to use it.
The following custom mask could be a good one: aa-aa-9999
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.