Hi all,

I have two exposed filters on a view where I would like the second one to filter what's selectable based on what the first filter selects.

ie: first filter selects computer brand, user selects apple, and in the next exposed filter, only a list of apple computers are selectable.

From reading the boards, it seems I could achieve this using a taxonomy. My question would then be how taxonomies and cck fields would link so that I get the functionality I desire.

Comments

benjaminlhaas’s picture

Subscribe.

eaochoac’s picture

take a look at hierarchical select (HS) module, it may help to expose your taxonomy filters.
http://drupal.org/project/hierarchical_select module.

truyenle’s picture

nicolas bouteille’s picture

Hi,

Say your view is a search of Products and your two exposed filters are "Colors" and "Shapes".
If you want to update available colors 'on change' of the shape filter via AJAX with only colors that would bring results, here is an article I just wrote that will tell you how:
http://bouteillenicolas.com/expertise-drupal/views-ajax-dynamic-dependent-exposed-filters

Hope you enjoy it

Nick