Resolved! Regex for phone numbers.
I'm not too good with Regex. Does anyone know how I could format it so that a phone number field will accept only numbers, parentheses, and minus signs? Currently it's set up as /^\d+$/ and the field only accepts numbers.
