kaayru / jquery-valideasy

jQuery Valideasy
http://kaayru.github.io/jquery-valideasy
GNU General Public License v2.0
24 stars 6 forks source link

Support international phone numbers #1

Open kaayru opened 11 years ago

kaayru commented 11 years ago

Currently, only French phone number are supported.

bmoinet commented 9 years ago

Indeed ;o) On forms I made for a web site (http://porsche-casting.com), I used the rules "required phone" but English and Belgian people could not submit them due to the different formats of phone number. I had to leave only the "required" rule to solve the problem.

Could you then, dear Vincent, update the regexp "phone" to accept other phone format number ? or maybe change "phone" to "phoneFr" rule and add "phoneEn" for english etc. ? This link may help you : http://fr.wikipedia.org/wiki/Num%C3%A9ro_de_t%C3%A9l%C3%A9phone

Thanks !

kaayru commented 9 years ago

Thanks, will do! :)