Custom Validation message for mobile number field
Hi Team,
I have create one basic form it contains some of the field and one of field is mobile number now i need to validate mobile number field for that i went to rules editor for mobile number field and written code like below
(this.value && this.value.match(new RegExp(/^[0-9]+$/) != null) ? false : true
It returns true or false value i need to send some custom validation message how i can do that
any suggestion is appreciated
