Hello all, wondering why my CMS empty state isn’t showing? I am using the same setup for 4 pages showing different content and the empty state works on those. I have tried adding the div with fs-cmsfilter-element=“empty” but not working.
Hey @kevin1!
Based on our experience, there are two ways to fix this CMS empty state issue:
Option 1: Using Collection List’s Empty State Element
- Select your Collection List in the Designer
- Enable the “Empty State” in the Settings tab
- Add
fs-list-element="empty"to the Empty State element (not the Collection List wrapper) - Make sure pagination is enabled on your Collection List - Webflow’s native empty state needs pagination to work properly
Option 2: External Wrapper Approach
If option 1 doesn’t work for you:
- Create a new div outside your Collection List
- Add
fs-list-element="empty"to this external div - Style it as your empty state message
- This external element will show when there are no filtered results
Could you share your actual page HTML or staging URL so we can see your current setup? That would help us confirm which approach works best for your structure.