I am really surprised that I haven't found this on the forum already.
I am setting up a custom multi page form and I want some Telephone number fields to be validated for numbers so that users don't insert other strange characters.
But for obvious reasons, users like to put it area codes and stuff with spaces or separate with dashes or brackets. Now this causes an issue for the form validation and it shows up as an error - even using a space in the number shows up as an error.
Is there a way around this where I can enable the user to still use these characters [ -() ] and a 'space' also in a form field and NOT have an error message appear?
Even go as far as have two field boxes (one for area code and one for number) like as is fairly common out there on forms on the web.