Solved
Regex Validation in a Form Question
I am trying to add validation to a form field. I would like the question to pass if the respondent has entered 6 digits - leading 0s are okay.
I have added Numerical Value as the validation and added the custom validation if Matches Regex ^[0-9]{6}$. However, when I test, it isn't recognizing the leading 0s. So, 000123 will not pass validation. What step am I missing? Thanks!
Best answer by NiC
Hi @ttaggart
Sorry i didn't try on the form data type.
If you remove any validation(like the numerical or any other) from the form entry you are verifying with the regex .
!
Here is an example of the code you want.
Survey Preview
Here is an example of the code you want.
Survey PreviewEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.


