TrustTheVote-Project / horatio-client

A client for an absentee ballot request form.
MIT License
2 stars 4 forks source link

Break up state and country? #7

Closed waldoj closed 9 years ago

waldoj commented 9 years ago

In the "Delivery of Ballot" section, "state" and "country" are combined into a single field. This doesn't make any sense, and it makes it difficult to validate addresses.

delivery

Can we break this up into two fields and make "US" the default country?

waldoj commented 9 years ago

Nooope.

zakgreene commented 9 years ago

Can we have separate fields in the form, but if a country other than US is selected, it replaces the "state_or_country" JSON field with a country instead of state?

waldoj commented 9 years ago

Sounds great.