Filters from different list fields are stacking V2

Hello, I am attempting to update my website to Attributes V2, however my filters keep stacking despite the list-field and CMS Collection item being different. I am not sure what I am doing wrong, but on my product card I have Category, Brand, and Lead Time, I have made the text color red to easily spot where they are on the card.

All the filters are being applied to together—what am I missing here?

image

Staging Site:

https://haworth-ancillary-select.webflow.io/

Read Only Link: Webflow - Haworth Ancillary Select

Hey @bree! :waving_hand:

We can see exactly what’s happening with your List Filter v2 setup.

Looking at your staging site, your Category, Brand, and Lead Time fields likely have the same `data-name=“Checkbox”, causing the filters to interfere with each other.

To avoid confusion and ensure filters work as expected, make sure that all checkboxes within the same group share the same data-name. For example:

Use unique identifiers for each filter field:

  • Category: data-name="category"
  • Brand: data-name="brand"
  • Lead Time: data-name="lead-time"

Each group should have a unique name so that the filters apply independently.

In Webflow, it is displayed as Name on the Checkbox Field Settings. No other form element should have that same name if it’s not part of the radios/checkbox group.

Could you try implementing these unique names and let us know how it goes? @Support-Luis or @Support-Pedro can help with any additional troubleshooting if needed.

@Support-Finn works great, thank you!!

Out of curiosity, how did I get away with not doing this on the current site using V1? :sweat_smile:

Hey @bree! The logic between v1 and v2 changed drastically thanks to the addition of the Dynamic Filtered List and Group Conditions. Since v1 did not support these functionalities, there was no need to define filter groups.

1 Like