Is there Javascript to limit an answer choice to a single word in an open-end text field?
Page 1 / 1
We can use this regex in custom validation - ^[A-Za-z]+$
Perfect. Thank you!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.