I am working on a Schema creation in SDL Tridion 2011 SP1. I have struck at one thing.
I have to display three drop downs to user.
- List: Country
- List:State
- List:Location
If the user selects one country in the drop down, need to populate the states according to it. Depending the selected state I have to populate Locations.
I thought of implementing through Categories.
- Created categories to countries
- Created States as Abstract Keywords under for each country.
- Created locations as Normal keywords under every state as normal keywords.
Can any one suggest how to achieve the following:
- I will have three drop downs, for Country, States, Locations.
- If the User selects any Country, the states should be populated accordingly and depending on selected state the locations should be populated.
Do I need to do any customization to tridion or it can be implemented in Tridion directly?