I applied a validator in a text field that can only contains 5 digits (regular expression: [0-9]{5}). My problem is, ¿how do I change the message the user sees? Because "X field is not [0-9]{5}" gives no information.
Thanks in advance!
Up. Still need an answer for this...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.