Programming Geek
Programming Geek

Reputation: 139

Phone Number Validation in Codeigniter

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

Answers (1)

Ganesh
Ganesh

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

Related Questions