As you can see I'm kind of lost as to where to start, so any help is
greatly appreciated.
Thanks.
--
Posted via http://www.ruby-forum.com/.
> How do you store international addresses in a database? What fields do
> you need? I have no idea what addresses are like all over the world.
I suppose it depends on what you need them for. Basically all you
need is one field in the database and a text area in your UI. I don't
know of any address that won't fit into that schema.
--
Jakob Skjerning - http://mentalized.net
About the only thing that really changes much is that not every
country has a ZIP code or equivalent.
Having 3-4 lines for an address or just a text field is normally sufficient,
but you do want to be capturing concepts like City/State (though
allowing for the fact that different countries have different names for
their primary geographic administrations, like province, county,
prefecture).
Thanks for the help. I looked on Amazon to see how they did it and they
have it set up just like the US address with a country select box.
Basically they called the state textbox "State/Province/Region" and the
zip textbox "Zip/Postal Code". I'm assuming that should be correct since
Amazon does it.