How do program question to only accept 4 numbers plus one alphabet | XM Community
Skip to main content

I need to create question that is asking for the last 4 numbers of phone number and then their initial.  How do we make sure they add just 4 numbers and one letter and the right order?

@Linda_charlton You can add a custom validation that match this regex ^\d{4}{A-Za-z]$

Hope this help


Leave a Reply