I’ve created an ‘Events’ landing page prototype that includes two filtering dropdowns:
- The first enables the user to select ‘Upcoming Event’ or ‘Past Event.’
- The second enables the user to select only one of 5 different product event types.
Below the two filter dropdowns, the page also contains a selection of (framed) details for each of the upcoming and past events. This includes events to represent all of the 5 different product types.
I’ve created ‘true’ variables for all of the various options from the two dropdowns, and then assigned the appropriate variables to each of the event detail frames.
When viewing the prototype, the dropdowns function properly, however the content below does not automatically filter in accordance with the filter selections. There’s a triggering mechanism that I’ve either omitted, it’s not possible with two filter dropdowns, or due to my having incorrectly applied variables.
I’d greatly appreciate any guidance, as this is something that I’ve been unable to find relevant documentation for.