8901234567 works.
(890) 123-4567 works.
8901234567 works.
890 123 4567 works.
890 1234567 works.
But, not the OEM example (with TWO dashes)!
For the record,
890-123-4567 does not work.
890 123-4567 does not work.
890.123.4567 does not work.
890 123.4567 does not work.
(890) 123.4567 does not work.
(890) 1234567 does not work.
Sure some are unlikely but the first and last are quite possible ... just sayin ...
/(([01][\.\- +]\(\d{3}\)[\.\- +]?)|([01][\.\- +]\d{3}[\.\- +])|(\(\d{3}\) ?)|(\d{3}[- \.]))?\d{3}[- \.]\d{4}/
Allows just about any type of US phone number formatting, including area codes in parentheses, leading 1s, and spaces as separators.
( http://www.coffeecup.com/help/articles/ … honenumber ).
Presumably this is "built into" the program, any ideas on how to fix this or when an update will be out? Hopefully soon as I've been tasked with publishing a Little League Registration Form (with PayPal) by the end of the year. Thanks.