| Author |
Validating phone number and email in form
|
Dan Grindstaff
Ranch Hand
Joined: Sep 24, 2006
Posts: 135
|
|
|
I have a form with phone number and email fields that need some validation scripting. I need to make sure the user enters the phone number and email correctly, i.e. 10 digit phone number, no alphas, and check for '@' and '.' in the email entry. Any ideas would be greatly appreciated. Thanks in advance.
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15362
|
|
The great thing about JavaScript is people already did stuff for you if you know how to find it. Google is a big help: Email Validation: http://www.google.com/search?q=JavaScript+email+validation Phone validation: http://www.google.com/search?q=JavaScript+phone+number+validation just remember that you need to validate on the server and also foreign phone numbers are not 10 numbers long. [if you care about international stuff] Eric
|
 |
 |
|
|
subject: Validating phone number and email in form
|
|
|