Well yeah that’s one option although it’s not ‘clean’ as I would prefer, that makes my client have to go in the collection and flick that switch depending if there’s a link or not and if they after want to add the link they have to remember to flick the switch again.
I have a CMS portfolio of app’s that have links to download them from the App Store or the Play Store and I linked a button for each one of the stores. The idea is that if my Item collection has a link to the App Store then show the button for App Store and the same thing for the Play Store. Until this point everything is simple…
The thing is that I have a div containing those buttons that stand out in the design because its height, colour and shadow and if it doesn’t have any buttons inside (the buttons I mentioned before) it’l be a really bad looking ‘thing’ hehe.
@aaronocampo How about this? Duplicate the container-div with both links inside and conditions as follows.
container-div-1 is conditionally visible if button-a is set
button-a is always visible
button-b is conditionally visible if button-b is set
container-div-2 is conditionally visible if button-b is set and link-a is not set
button-aremove this button
button-b is always visible
container-div-1 will cover your needs if you have (A only) or (A and B) container-div-2 will cover your needs if you have (B only)
Neither will activate if neither A or B are set so you shouldn’t ever have an empty container.
Thanks @Maximosaurus, got it sorted with @matthewpmunger. Sorry I didn’t be able to share the link I couldn’t do it anyway until the project is live due to confidential issues.
@aaronocampo Glad to help! I have to admit that I really enjoy playing with CMS references and conditional visibility. Really looking forward to taking advantage of conditions for references!
Hi! Is it possible to use conditional visibilty inside of a multistep form within webflow? Essentially it will be a 4 step form (Using a slider element) With radio buttons for choices. step 2’s choices are based on step 1’s choice, meaning depending on your step 1 selection the step2 choices will differ.
Would love some help!
THANKS!¡