fs-cmsfilter-element="list"
to your CMS Collection List and ensure each item contains fs-cmsfilter-field="filter-name"
with matching text values.fs-cmsfilter-filter="filter-name"
and values exactly matching CMS item values.fs-cmsload-element="list"
to load all items if pagination or load-more is used.To ensure all items in a Webflow CMS collection are displayed and correctly filtered using Finsweet’s CMS Filter with radio buttons, you need to align your Webflow structure and the Finsweet Attributes configuration properly.
fs-cmsfilter-element="list"
to the Collection List wrapper.<div>
to contain your filter controls.fs-cmsfilter-filter="your-filter-name"
Marketing
.fs-cmsfilter-field="your-filter-name"
to this wrapper or a span/div inside it.tag.
fs-cmsload-element="list"
fs-cmsload-mode="pagination"
or "load-more"
depending on your setupfs-cmsfilter-element="list"
to the same wrapper so filtering works after loading all items.To get Finsweet Attributes CMS Filter working with radio buttons, make sure your CMS list items carry the proper fs-cmsfilter-field
values that match the fs-cmsfilter-filter
values from your radio inputs, and load all CMS items up front using the CMS Load tool if needed. This ensures the filter logic can detect and act on all items correctly.