Good morning,
We have a question with four form fields. We would like respondents to enter 1 number in two of these and 1 letter in the other two.
is it possible to set the number of characters / digits for the form fields?
Thank you very much
Solved
there is a way to set the number of characters / digits for the form fields?
Best answer by ElieD
Hi Marzia_D,
You have to add custom validation on your text fields in order to control the answers.
For example, you can easily force a number beetween 0-9
For the single character, it is a little more tricky as you need to use regex :
The Regex :
/^[a-z]$/will authorize only a single character beetween "a" and "z"
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
