I’m using CMS Filter with Webflow. The job count works perfectly on all my other pages (like /jobs, /type, /location, etc.).
However, for the /state and /role pages, I had to manually add the attribute fs-cmsfilter-element="list" to the Collection List Wrapper to make the count work. After doing that, it started working fine on the /state pages, but it still doesn’t update on the /role pages.
The script is firing correctly via tag manager ( Page Path matches RegEx ^/(jobs|type|location|career|role|city|state)(/.*)?/?$), .. … … and my count element has fs-cmsfilter-element="results-count". Could you please help me figure out why the count is not working on the /role pages even after adding the correct attributes?
Can you add the fs-cmsfilter-element="filters" attribute to the filter_form element? That seems to be missing in the Software skills collection template.
Also on a side note, I noticed that you have an attribute placed on the Collection List Wrapper element which you have already placed in the Collection List element correctly. So you can just remove the highlighted attribute in the screenshot below.