I have a view of doors and windows with some exposed filters. And In order to keep things simple, i made things complicated for me.
I have the first field:
- Windows
- Doors

And a second field:
- Single Hung
- Double Hung
- Sliding
- Steel
- Fiberglass

Steel and Fiberglass are "doors related" values

So my question is: Is it possible, when you choose Window in the first field, to show the 3 first values (as a choice) in the second field? Or when you choose door, show the last 2 values?

Example:
Window - Single Hung
- Double Hung
- Sliding
Or
Door: - Steel
- Fiberglass

Thanks

Comments

preksha’s picture

Have you checked this, it may help you: https://www.drupal.org/project/views_dependent_filters

Thanks,
Preksha

Pascal.s’s picture

Yes i tried it but it's really the behavior i'm looking for. With this module you're on a blank page. You see the result only AFTER you enter your choices (filters)
I'm looking for the opposite. All the products that you narrow down to your choices.
For now, i made 2 display pages. Windows and Doors.
Thanks