Anthrocon-Reg / ubersystem

Anthrocon's Ubersystem - a fork of the MagFest system that handles ticketing, staffing, analytics, volunteers, and tons more
http://anthrocon.org
GNU General Public License v3.0
4 stars 0 forks source link

Cellphone field does not account for int'l numbers #36

Closed RigelAC closed 8 years ago

RigelAC commented 10 years ago

Some international attendees do not arrive in the US with 10-digit US numbers for their phones. Cellphone field only accepts 10-digit numbers or "I don't have a phone." Should either accept nonstandard numbers or change "I don't have a phone" box to be "I don't have a phone or have a non-US number."

RigelAC commented 10 years ago

Also could act like Postal Code field and add an "outside US' box that, when checked, removes limitations on field.

earl7399 commented 10 years ago

This page http://msdn.microsoft.com/en-us/goglobal/bb688129.aspx seems like a good thought.

Robert Earl r.a.earl@gmail.com FAX: 1-440-919-5086

On Thu, Oct 9, 2014 at 12:18 PM, RigelAC notifications@github.com wrote:

Also could act like Postal Code field and add an "outside US' box that, when checked, removes limitations on field.

— Reply to this email directly or view it on GitHub https://github.com/Anthrocon-Reg/ubersystem/issues/36#issuecomment-58534866 .

kitsuta commented 9 years ago

Actually, the current "outside the US" box already removes the validation checks from the phone number fields. We may just need to improve the UI so that's more clear.

kitsuta commented 8 years ago

We fixed this by changing the function in model_checks.py in the event plugin.