Job Count with CMS filter Not Showing on Role Pages

Hi Guys,

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?

Thank you for your help and time.

Read only:

1 Like

Hey @suny007 ,

Can you share your published site link to test out the working and non-working pages? That might help in troubleshooting.

1 Like

Thanks for your reply….
Nanofabrication Jobs | Explore 2,000+ Quantum Industry Careers working
QML Jobs | Quantum Jobs List not working

1 Like

Neither of them work. Did you add the site script? I couldn’t find it in your code.

<!-- Finsweet Attributes -->
<script async type="module"
src="https://cdn.jsdelivr.net/npm/@finsweet/attributes@2/attributes.js"
fs-list
></script>
1 Like

Thanks for your reply..

well, we can see hardware skills page is working…software page isn’t…

i am firing Finsweet script via tag manager.

1 Like

Hey @suny007 ,

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.

After making the changes, you can publish and test the site out.

Hope this helps.

Thanks @AJ_Dev for your time and assistance…… This worked..!!

:waving_hand:

1 Like