Conditional visibility blog

Hello,
I have a blog post collection on Webflow and I would like to add several conditional visibility and not just 1.

Is it possible to do this?
Thanks in advance
Timothée


Here is my public share link: Webflow - [PROD] Lifeaz.co

Hi
Yes this is possible did you solve the problem

Hello Halim
not yet I’m interested in a solution :slight_smile:

Hey Timothee,

If you want multiple AND conditions on the same field, like not “foo” and not “bar” then the easiest way is to DIV wrap and CV the wrapper.

DIV <- cv Name is not "foo"
  DIV <- cv Name is not "bar"
    elements... 

Thanks memetican ! It works