Hi,
I’m pretty new to making my own site on wix and I have very limited knowledge.
I want to have 3 drop-down menus with a button and then direct the user to a dynamic page. It goes something like this:
Select Make of Car
Select Model of Car
Select Generation
Press “Find Vehicle”
Take user to dynamic page with available options.
I have a collection with “make” “model” “generation”
I’ve created 2 datasets
1st one is connected to the collection with no filters (makeDataset)
2nd one is connected to the collection with make IS make of makeDataset
and model IS model of makeDataset
(filteredDataset)
The button is connected to the filteredDataset with connection set to DynamicPage
The make-dropdown is connected to the makeDataset
The model-dropdown is connected to the filteredDataset
The generation-dropdown is connected to the filteredDataset
But, when I select a make, the corresponding models do not show up.
And also, when I press on the “Find My Vehicle”, it does take me to the dynamic page, but not the correct one. Any advice?
Many thanks