I would like to create something like this http://www.dynamicdrive.com/dynamicindex16/chainedselects/index.htm where the first item is a content taxonomy field and the second is a node reference field refined just to display nodes that match the selected term.
Can anyone faced the same problem (and get a solution)? Is there something that can handle this feature in drupal core? Can someone suggest something to start?
Thanks in advance.

Comments

Slacky08’s picture

This would be easy to do with normal taxonomies if you didn't want it done on-the-fly, which is I guess what you would like to do (i.e. so the page doesn't reload in between).

Is that right?

upupax’s picture

I'm using HS to have taxonomy displayed on-the-fly, but I need node reference in this case.