I have a generic content type ("property") that has a bunch of content sorted via taxonomy. How can I hide or display CCK fields (or better yet, groups of CCK fields) based on taxonomy term selected? Should I do this via jQuery? Views?
Alternately -- if I have the taxonomy term-specific CCK fields structured in collapsed fieldset groups, how can I uncollapse the fieldset when the relevant taxonomy term is selected? (I'm guessing this would be a good candidate for quick jQuery code)
Thanks!