fs-cmsfilter-field="date" using YYYY-MM-DD format. date input with fs-cmsfilter-element="filter" and fs-cmsfilter-field="date" attributes. date as a target field; use custom JavaScript for date range filters if needed.To add date filtering to your current filters using Finsweet's CMS Filter in Webflow, you need to set up your Collection’s date field properly and apply Finsweet’s filtering attributes to it.
fs-cmsfilter-fielddate)
<div>) containing the date in YYYY-MM-DD format.fs-cmsfilter-field="date" attribute.display to none using Webflow's style panel.
date) where users can select a date.
date field inside the filter configuration.
Example initialization (do not paste raw code, follow Finsweet’s CDN integration and match filter target fields accordingly).
fs-cmsfilter-update event to write custom filtering logic based on input dates.
To add date filtering with Finsweet CMS Filter in Webflow, set your CMS date field properly, bind a hidden filterable field with consistent formatting, add a date input filter UI with Finsweet attributes, and include the Finsweet script. For advanced ranges, you will need custom script logic.