This module allows you to hide or show exposed filters on a Drupal view based on the values selected in another filter. For instance, you can make a "Size" filter only appear when a specific "Category" is chosen, making your filters more dynamic and user-friendly. It works with both standard and Better Exposed Filters.
Allows the presence of exposed filters on a view to be controlled by values in another exposed filter. Dependent filters are hidden when not relevant.
Supports specific values, ANY value and NO value logic.
The module is compatible with both the Views basic and the Better Exposed Filters form plugins.
Examples when to use
You have a "Category" filter and a "Size" filter.
Only when Category is "T-shirt", you want the Size filter visible.
You have a Year and Month filter
Only when the Year filter has been used, you want to show the Month filter.