I have this form that has a validation JQuery function, I have a problem with the telephone field, all I want is for the users to enter numbers only ... Its working great on
You can use [^[:digit:]].
[^[:digit:]]
This will return any digit no matter which language including mixed languages