Solved
How do I create a validation where I need to enter a study ID that has letters and numbers
I need to create a validation that's 12 charters (letters and numbers). Can someone provide the right regex strip to provide into the custom validation box? Thank you
Best answer by Anonymous
Hello @salmeida ,
Use this regex code: `^(?=.*[A-Za-z])(?=.*\\d)[A-Za-z\\d]{12}$`
The above will force respondent to enter 12 charters (letters and numbers)
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

