I'm wondering how to accommodate the following consideration:

With the content type of "Organisation", where an organisation may have multiple addresses locally and internationally, and I want to have the fields Street address+City+Country. So I can add those fields, and allow each to have multiple values, but how is it that Street Address 1 is tied to City 1 and Country 1,  Street Address 2 is tied to City 2 and Country 2,  etc. ?

Must I use another content type (Address), being made of those fields, and refer to that content node in the organisation by nid?

Comments

Olafski's picture

Another content type for the addresses is a good option, and there are some more, for instance:

There's a few way to accomplish it, but it really depends on your full requirements.

I'm working on a contact management module but it won't be released for a few months.

There are a few ways to accomplish it, but it really depends on your full requirements.

Multiple content types with entity relations, i.e. contact header, then have a contact details type where you can add details.