Any tips for requiring the correct phone # format depending on the country chosen during the form submission? Basically, looking to reduce the invalid phoine #s hitting the system. I know we can
mask data that will support US formats, however, that doesn't help international phone #s.
Would like to make the phone format requirement based off which country was chosen in the country field. Iassume there is some kind of java code we could use but wanted to see if there is any way to use standard forms 2.0 functionality.
For example.....
- If country chosen is United States, format = (xxx) xxx-xxxx
- If country chosen is UK format required is xx xx xxxx xxxx (or whatever the correct format is)
-etc etc