Community

Continent-country selector - Drupal 7 module

I've added a content type called activity.
In the activity content type, users need to add the location of the activity.
For that I need three fields : Continent, Country. (and for the US, I need three : Continent, Country and State).

I want users to be able to pick from a list of Continents, and then from a list of countries and then from cities.

Is there such a continent-country selector Drupal (7) module ?

For example :
If the user selects Europe from the continents list, then I want only European countries to appear in the countries list.

Can this be done without coding ? - I assume I'll need the conditional fields for that.

What is the best way of achieving that ?

10x in advance.

Comments

_

Don't know of a module that does this, I ended up doing it with a hierarchical taxonomy and preloading it from one of the available data sources on the internet.

_
Don't be a Help Vampire - read and abide the forum guidelines.
If you find my assistance useful, please pay it forward to your fellow drupalers.