Field Validation – more complex
-
How do I add field level validation to an input field.
I want to be able to validate against a regex
pattern=”^(?!\s$)[a-zA-Z ‘-,‘?’′‵—–]“
and then have the error message displayed above or below the field in red
And for this to occur when the user exits the field not just at submission
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Field Validation – more complex’ is closed to new replies.