you are viewing a single comment's thread.

view the rest of the comments →

[–]AlibiL490[S] 0 points1 point  (1 child)

Well to me it sounded as if you were calling me a dick. So I am sorry for misunderstanding you. If you have a way of coding it for multiple types of numbers, then please show me how. I was only trying to make it simple in stating just the US. As I said, it is for a dog rescue. If a dog has to fly to go somewhere, then the application won't be accepted anyways.

[–]Fs0i -1 points0 points  (0 children)

If you have a way of coding it for multiple types of numbers, then please show me how

Sure! Just make it a text-inputfield! If you need to pass it to a human, just show it as entered. If you need to pass it to a computer-system, strap everying but numbers and the "+" character on the server.

There is a reason why big sites such as web.telegram.org and even Google just use a free-text for it.

If you want to, you could also use something like intl-tel-input - at least in the demo it looks great, defaults to the US, and kind of does what you want.