|
|
|
|
|
by DesaiAshu
4721 days ago
|
|
Hey, thanks for the feedback! We (MakeGamesWithUs) are just rolling out these landing pages and when building this we were not 100% sure the best way to implement the phone number validation. About half the people downloading our games are outside the US, so it seemed relevant to address international numbers. The dashes don't actually matter, but without forcing the '+' it wasn't clear how to figure out what country the number is from. If the '+' is optional, we could assume any 10 digit number is from the US, but I think this would cause problems for a few smaller countries. We could check your IP and prepend if the correct country code wasn't present in number, but my instinct says this would cause unforeseen issues. Alternatively we could simply give inline feedback (instead of the notification at the top) to specify you need the '+'. I agree it sucks that most people won't get it right the first time, but I'd also like to guarantee nobody gets a success message when the SMS wasn't sent to their number, any suggestions on how to fix this? |
|
Bonus #1: Most visited country default option
Bonus #2: Use IP geo to pick country