Hello guys!
I’ve been trying to pass a regex to get at least two names of a full name in my form. However, when I try to deploy my form, there is a message “No JSON object could be decoded”. If I remove my regex from constraint, the deployment works fine.
The question type is setted as text.
The regex command: regex(.,’^(?!.{52,})[a-zA-Z\u00C0-\u017F.’-]{1,50}(?: [a-zA-Z\u00C0-\u017F.\ ‘-]{1,50})+$’)
I validated in many regex testers, as https://regexr.com/, and worked fine.
Please, if someone could help me, I appreciate.
Thank you!
Welcome to the community! Could you kindly let us know what you intend to see or enter in your survey form (e.g. the name you wish to enter) so that we could help you figure out the issue.
Hello, Kal!
I want to enter at least two names (latin character available). For example (without quotes):
Accept:
1- “Kal Lam”
2- "Kal Lam " (with space)
3- “Dan Ricardo”