Hello,
i have a few problems with form field validation:
First i have to check, wether a field is filled with 10 integer numbers.
Also allowed is " " and "-" but no letters, and the input of numbers must
be ten e.g.
"123456-78-9 0" should be allowed and also "12 34 67 67---56" also,
but not "123456789" . This should show a alert-message.("Pleas e enter 10
numbers").
Is there any help for me?
Thanks a lot,
Martin Nadoll
i have a few problems with form field validation:
First i have to check, wether a field is filled with 10 integer numbers.
Also allowed is " " and "-" but no letters, and the input of numbers must
be ten e.g.
"123456-78-9 0" should be allowed and also "12 34 67 67---56" also,
but not "123456789" . This should show a alert-message.("Pleas e enter 10
numbers").
Is there any help for me?
Thanks a lot,
Martin Nadoll
Comment