CMS Filter showing 0 results after deselecting category

Can’t seem to figure out how to fix this. When i select a product category filter, and then select & deselect a project category filter, it shows no results.

Would appreciate any help! Screen recording here: https://drive.google.com/file/d/1oUly_KDXy0NFHmcgomj-kQSRBaIrG3vi/view?usp=sharing

Hey @claudiabradley123! We’ve seen this exact pattern before and the fix is pretty straightforward :flexed_biceps:

The most common cause here — filter works at first, then shows 0 results after selecting and deselecting a second filter group — is that your checkbox filter groups are sharing the same Name in Webflow’s settings. When two groups share the same Name, they interfere with each other. Deselecting all checkboxes in one group sends a conflicting signal that overrides the other group’s active selection, leaving you with 0 results.

The rule is: checkboxes within the same group share a Name, but different groups must each have their own unique Name.

Here’s what to check on your case studies filter page:

  1. Open the Webflow Designer and go to your case studies/filter page (the HTML you shared was from your homepage — the fix needs to be applied on the page where the filters actually live).
  2. Select any checkbox in your Product Category group → open the Settings panel → look at the Name field.
  3. Do the same for any checkbox in your Project Category group.
  4. If both groups share the same Name (Webflow defaults everything to Checkbox), that’s your issue.
  5. Give each group a distinct Name — for example, set all Product Category checkboxes to product-category and all Project Category checkboxes to project-category.

Quick reminder on the two rules:

  • Checkboxes within the same filter group → same Name
  • Checkboxes in different filter groups → different Names

Also worth checking that no other form element on the page shares a Name with any of your filter groups.

Publish and test after making the change — Attributes only runs on the published site, not in Preview mode.

If the issue persists, drop a read-only link to the specific filter page (not the homepage) and we’ll dig deeper :folded_hands:

Hi Finn,

I can confirm the names are all set up correctly from what i can see, different names for different groups.

When I open the read only link it takes me right to the Case Studies page (filter page), does it go to the homepage on your end? If you still get the homepage then its the Case Studies link on the navbar if you’re able to navigate to that on your end.

Would appreciate you having a look, thanks!

Hi @claudiabradley123

How are you doing? I checked the site, it looked like it worked at first but there’s still this issue of the checkboxes on both the Product Category and Project Category sharing the same name

Here are a couple of screens showing this

Product Category

Project Category

Please update the naming as @Support-Finn suggested

Give each group a distinct Name — for example, set all Product Category checkboxes to product-category and all Project Category checkboxes to project-category

Let us know, thanks