(123)-456-7890
I want to make sure that they input their number correctly, I think this is the best way to do that. It requires that they input their area code, and thus I get the 9 digit phone number that I need for the SMS system to work.
Victor, you might also want to look at this topic.
I looked at the SMS system within LFSWorld and was very much confused by the +1 (0).
I understand the +1 (That's the USA), but the (0), I don't quite understand where that comes in, however that's on an international level, and one that I don't have to be worried about in this case.
So, what Regular Expression would I use to ensure that they input the correct format?
I want to make sure that they input their number correctly, I think this is the best way to do that. It requires that they input their area code, and thus I get the 9 digit phone number that I need for the SMS system to work.
Victor, you might also want to look at this topic.
I looked at the SMS system within LFSWorld and was very much confused by the +1 (0).
I understand the +1 (That's the USA), but the (0), I don't quite understand where that comes in, however that's on an international level, and one that I don't have to be worried about in this case.
So, what Regular Expression would I use to ensure that they input the correct format?