CS Forms empty output message

Hi,

I would like to ask for your help on this. If we use CS Forms to filter posts or CPT and the selected options don’t return any records, how can we show a message like “There are no records with chosen criteria”? If we reset the filter or pick another facet option with any looper output items, we hide that message. Is there a way to do it with no custom coding?

Hello @referee,

Thanks for writing to us

You can add the Text element with your text message in the post column and set the conditions on the Text element

{{dc:query:found_posts}} > 0
OR 
{{dc:query:found_posts}} == 0

Hope it helps
Thanks

Thanks @prakash_s,

It worker but with {{ looper.count }} string. It seemed to me that I had tested out all the possible options before posting this request but probably I did something wrong. Thank you for helping me find the right option at last.

You are most welcome, John.