I’m having trouble with
I’m building an event filter system using a repeater connected to a CMS dataset. My dropdowns for location, duration, ability, and group size are working fine — they’re connected to the dataset via the UI. The issue is with the month/date dropdown — I need to control the order (Jan → Feb → Mar), but when it’s connected to the CMS, it displays alphabetically. So I’ve manually added the dropdown options instead, but I’m stuck trying to get it to filter the dataset with Velo and work alongside the other dropdowns. Has anyone successfully done this? Would love help getting the code right so all dropdowns filter together properly.
Working in -
Wix Studio - using CMS, repeater, dropdown filters, and Dev Mode (Velo).
What I’ve tried so far
- Used .setFilter() in Velo to apply filters
- Tried combining multiple filters together
- Tried filtering the month field directly by its value
- Filters work individually but not always together
I will attach a screenshot below of the filters. Three are directly connected and pulling from the CMS and the circled one is the one I am trying to connect with code and as you can see its not filtering. Thank you in advance!
