I have been figuring out this filtering, for some reason it seems to start filtering, but nothing is showing up, the date pickers and the cards are connected but i can’t seem to figure out why it’s not filtering properly.
i have tried the finsweet link extension for support and it says that:
" Attribute fs-cmsfilter-field=“Date” in filters was not found. Add fs-cmsfilter-field=“Date” in the children filters on the page."
Just at a glance, the “to” date filter has a duplicated attribute and is not identified as a date filter type.
Also you’re using dates in d/m/y format, which are ambiguous, javascript won’t know how to parse those. I’d use a less ambiguous format.
It can take quite a bit of work to setup and debug these- I recommend you go through the docs carefully and revisit every part of the setup. If you need some work done, drop me a message, I do these often for clients.