I have a Druapl application in which the taxonomy is supposed to have 4 nested terms for eg

Sports->World->Country, so when we create a story the taxonomy option is displayed as multiple select box with values nested inside.

Like this:

Sports
--World
---United States
---United Kingdom
---Germany
---France
---So on

So when creating content it will be a huge task for the user to pick one from the enormous list. Is there any way I can split the select box in to 3 where selecting the first level load the second level in another select box and so on.

Or where should I customize ( the files which displays this select box ) this select box.

Any help highly appreciable

Thanks and Regards

link|improve this question

29% accept rate
feedback

1 Answer

Check out Hierarchical Select module - http://drupal.org/project/hierarchical_select

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.