fs-cmsfilter-element="list" to the CMS Collection List and fs-cmsfilter-field="your-field-name" to each CMS item. fs-cmsfilter-element="filter" to the radio button container, and set radio inputs with type="radio", matching value and fs-cmsfilter-field to the CMS field exactly. </body>, and ensure it loads after the DOM is ready.When using FINSweet Attributes CMS Filter with radio button filters in Webflow, ensuring all CMS items are detected and displayed correctly requires specific setup steps.
fs-cmsfilter-element="list" is added to your CMS Collection List wrapper.
fs-cmsfilter-field="your-field-name", where "your-field-name" matches the name you’ll reference in your filter.fs-cmsfilter-field="category" and ensure the corresponding CMS field has exact matching values.
fs-cmsfilter-element="filter".fs-cmsfilter-field="your-field-name" with the value set to the filtering term — it must match the Collection item’s field data exactly.type="radio"name="your-filter-group" (helps group radios together)value="ExactFilterValue" — Value must exactly match the Collection’s field text for this field.
</body> tag. Confirm it loads properly (check browser console for errors).
fs-cmsload-element="list" or fs-cmsload-mode="pagination".
DOMContentLoaded to ensure it initializes last.
To ensure all CMS items are properly recognized and filterable with FINSweet Attributes CMS Filter and radio buttons:
This setup will allow users to filter Webflow CMS content using radio buttons effectively.