I\'m having issues with the jquery validator validating phone numbers. So in a form where I have an input for phone number, I use jquery\'s additional methods to validate the ph
If the database field is holding integers and you're sending stuff like "987-123-1223", depending on your db engine only the first digits will be stored.
I've had this problem myself already! You can fix it on the server side using simple string replacement methods!