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

Postal Code rejects 5-4 code as invalid #35

Closed RigelAC closed 9 years ago

RigelAC commented 9 years ago

The Postal Code field rejects 5-4 values (12345-6789) as invalid. These are valid codes. If only 5-digit is required, must specify.

kitsuta commented 9 years ago

Ah yeah, it seems the code currently uses a regexp that only covers five-digit zipcodes. Are 5-4 values preferred/desired?

RigelAC commented 9 years ago

Anthrocon's reg system has numerous 5-4 codes stored from prior registrations. If they cannot be accepted on this form, then a note needs to be added on the form specifying that US codes must be in 5-digit format.

earl7399 commented 9 years ago

IMO 5-4 ZIP codes should be allowed everywhere. Esp AC and MAGFest uber.

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

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

Anthrocon's reg system has numerous 5-4 codes stored from prior registrations. If they cannot be accepted on this form, then a note needs to be added on the form specifying that US codes must be in 5-digit format.

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

kitsuta commented 9 years ago

I updated the zip-code check so it would allow both 5 and 9-digit zip codes. Fixed in ac-staging.