Custom Phone Number Validation in Jquery Validator

This post all about the custom phone number validation in jquery. I have seen many developers are facing problem when they are using jquery validation plugin for form validation, the plugin by default rules are there. But in Some cases if we want to validate our custom field like Indian Phone/ mobile number for example +91 – 7993491890 then it is not available in this jquery validation plugin, In that case, we need to customize this. Here we go below example,



It is very easy to implement our custom rules.

Below Custom phone/ mobile number validation can take special char like +, – and space.

+91 – 7993491890 or +91  7993491890



Step-1:

Step-2:

If any Other type of validation required please feel free to put your comment below, we will try to solve your problem.

Tags: ,

Advertisements