Keeping the code DRY is important to me. I’m trying to figure out, if I have various elements on a page that I want to apply the SAME conditionals to (e.g., maybe there’s an image and block of text that both are only visible to users that are logged in), BUT the elements are not close enough together where I can group them under a common Group, is there another way to target both of them with a single conditional statement?
Right now I have both of them with a Conditional statement, but that’s a bit brittle…
Hi @james46 create a variable group (small sized and not necessarily visible) make the group type (yes/no), paste your condition in the group. Let your image and text have a condition referencing the variable group. (image condition can be - make visible - if variable group yes/no is yes)