The CMS filter check box is not working

Hi please check my webflow site. I followed exactly step by step tutorial but it’s still not work. Please help

Here is my profile read only Webflow - Kar-car retal

Hey @nguyensontung92!

You are missing the script on the head of your page, adding this should solve the issue

<!-- [Attributes by Finsweet] CMS Filter -->
<script
  async
  src="https://cdn.jsdelivr.net/npm/@finsweet/attributes-cmsfilter@1/cmsfilter.js"
></script>
1 Like