3 Dropdown menu with multiplechoice

Hi, I am at the very beginning and learning all the time. But since a few days I am struggling with following issue:

I have 3 buttons with dropdown menu, where I want to allow multipleoption for each of them.
Dropdowns are connected to one database, where fields important for this filtering are set up with boolean field.

This is the page: amazingstays. de/blank-2

Now I am wondering how the code should look like in accordance to make it work.

I know this is a very complex question, but it would be great to have an example of the code for at least one field, so I can use the logic of the code for rest of the fields.

Thanks a lot in advance
Marika

Hello,
look hereā€¦
https://www.wix.com/corvid/forum/community-discussion/code-review-friday-let-s-improve-your-code-ask-corvid-master-7

You can do this without code by looking at this page.
https://support.wix.com/en/article/filtering-content-based-on-user-selection

However, to do it with code you have the two options:

  • Filter by each dropdown individually;

  • Filter the results dependent on the previous dropdown choice.

These links here should give you a start.
https://www.wix.com/corvid/forum/community-discussion/dependent-drop-down-lists
https://www.wix.com/corvid/forum/tips-tutorials-examples/example-remove-duplicates-from-connected-dropdown-options-using-distinct-query
https://www.wix.com/corvid/forum/tips-tutorials-examples/example-no-database-duplicates
https://www.wix.com/corvid/example/cascading-form
https://www.wix.com/corvid/forum/community-discussion/repeater-databases-duplicates

Along with these examples,
https://stcroppe.wixsite.com/steveonsoftware/example-code/wix-dataset-filtering-multiple-columns
Wix Code Tutorial | How to Filter Items on Repeater Using a Dropdown and Boolean Values on Wix Code
Conditional Filtering for Dropdowns on Wix | Corvid Tutorial
https://www.vorbly.com/Vorbly-Code/WIX-REPEATER-WITH-MULTIPLE-FILTERS