CMS Filter - Multiple Empty States

Hello,

I have an interesting use case. I’m using CMS Filter on a page and I was wondering if there was a way to set up multiple empty states

In my page, I have just a search text input and what I’m trying to achieve for example, is if someone searches for the title of a blog post and there are no results show the div with the class .div-1. If then someone searches for an author in the text input and there are no results, show the div with the class .div-2

Hey @lovebrian649! Interesting use case indeed, you might be able to show these custom divs with info provided by the CMS Filter API with the filtersData inside the filter instance.

You can share a link and I can help you set it up :slight_smile: