List Filter not working

Hi,

I’ve used CMS Filters several times, and never encoutered any issue…
But I’m trying to use it on a new website, and nothing works.

I’ve got the “list”, the “filters”, and two field identifiers: “theme” and “status”, both working with radio buttons.

Until now I would have use the Automated Assistant, but it doesn’t exist anymore.

Could you please have a look ? I might have missed something with the v2.

Read-only if need : Webflow - Oya Consultants

Thanks a lot

Hey @pablo.faust! We are no longer defining the filter field using the filter label, in V2 we define the field value and cateogry using the input element.

You’ll need to add both of the following attributes to the input element

  • fs-list-field = IDENTIFIER
  • fs-list-value = VALUE

It should look like this (I cannot add the dynamic field for the Value on read-only links)

Additionally, both the fs-list-element = filters and fs-list-element = list attributes are set on the wrapper elements instead of the Form and the Collection List.

Can you make these changes and let me know how it goes?

Thanks @Support-Luis!

1 Like