Is there a way to use two conditional visibilities, but have it use “or” instead of “and”? For example, I only want the statistic of an athlete to show if they have either Goals OR Assists recorded. Basically I don’t want the Top Athletes to show the people who don’t have stats yet.
Here is my public share link (It’s the Top Scorers page under Leagues & Teams):
I am going to throw my hat into this ring. The ability to add multiple conditions, I believe, is a must if you want to be a robust CMS. “If this THEN that” is fine for basic, simple conditional requirements, but “if this AND/OR this (and/or this as well) then THAT else THIS” would create an unstoppable system of filtering based on user-defined conditions.
This post was originally made in 2017. Now, here, in 2021 it still hasn’t been implemented yet.
Yet another limitation… It’s getting harder and harder to convince clients that Webflow is the way to go with so many little hurdles like this in the way…
I ve got a workaround for my problem. I want to show an cms element in two different categories and wasnt able to do because of the “and”.
I added a custom text field in the categories named X and filled it with “true”. now make a conditional visibility for categories wich got the field X equals “true”
I’m not sure if there’s more people looking for a solution but I found a pretty good workaround!
In the CMS, I added a Switch item I called ‘Image Section setting’. In the Image Section, I’ve got four containers with different image types. If at least one of them is set, the section and the corresponding text link (with in page linking) are visible. Then I linked the switch item condition to the parent section container and voila - it all works well!
It’s manual, however it keeps DOM clean as you can link it to either conditional visibility (display:none behaviour) or visibility setting (element is not ‘published’).