I have a vocabulary of something with category/subcategory like this:

AAAAA
   --11111
   --22222
   --33333
BBBBB
   --44444
   --55555
CCCCC
   --66666
   --77777

On my content create page, I want to have two dropdown lists instead of one, like this:

      Category [Choose a category]           Subcategory [Choose a subcategory]

the user choose a category first and the subcategory will then gets filled with only the items under that category for the user to choose the actual taxonomy term.

Is this possible?

Comments

bls20’s picture

Hi Mat,

I want to do exactly the same ting, did you figure it out?

cheers.

vm’s picture

create two separate taxonomies and use them on the same content type.

you can also investigate the hierarchical_select module