Reputation: 139
I have validated my form in such a way that it ain't submitting the data unless the contact field has something else without 11 numeric values. But now I need such phone number validation in Codeigniter that the input field doesn't even let me to type a single character if that is not a number. Can anyone help me with that?
Upvotes: 0
Views: 3009
Reputation: 3428
What you're looking for is jquery plugin which restricts user input to digits only.
This is plugin - http://www.texotela.co.uk/code/jquery/numeric/
Upvotes: 1