Is there Javascript to limit an answer choice to a single word? | XM Community
Skip to main content

Is there Javascript to limit an answer choice to a single word in an open-end text field?

We can use this regex in custom validation - ^[A-Za-z]+$


Perfect. Thank you!


Leave a Reply