Filter Binding is out!

You can now use Dropdown elements to allow your visitors to easily filter content. For example, if you have a movies fan website, you can let users filter the movies based on a genre, and all of this without writing a single line of code!

The setup is very similar to filters using other datasets, you need to start with Dataset and then select Dropdown as source for filter value:

You can find step-by-step guide here: https://support.wix.com/en/article/filtering-content-based-on-the-user-selection .

Happy filtering!

2 Likes

This is amazing. Can you connect multiple dropdowns? How would that work?

It works with dropdowns (only one at a time) and it doesn’t work with radio button groups or checkbox groups.
For the latter, you’ll still need to use code.

This is great! You should also include text inputs and other elements!

You can actually use multiple dropdowns, just keep adding new Dataset filters.

@adas-bradauskas You’re right I missed that. But I guess there’s no way to make an OR filter (filterA OR filterB), right?

@jonatandor35 Yeah, you need code for that.

@adas-bradauskas Thanks!