Filtering by date problems with finsweet

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."

https://preview.webflow.com/preview/lomavahti?utm_medium=preview_link&utm_source=designer&utm_content=lomavahti&preview=d6faec75ca0d63c3a78fe8f40311d1fa&pageId=671fb44813ef2b010a1128c0&locale=en&workflow=preview

Hi Artemi,

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.