Message Boards Message Boards

Back

Establishing Conditions for Object Appearance

Toggle
Greetings! I'm working on building logic around variables that will have a button appear on a page once four other buttons have been clicked.  -Basically adding a call to action after someone has worked their way through the tasks on a page.  I have the variables set up and I've added "on click, +1 to button 1, 2, 3, 4 variable" rules.  How can I extrapolate those clicks to then have the button show?  I'm lost on that second, "when button 1 and 2 and 3 and 4 are greater than or equal to 1, show button 5."  Thank you!!
0 (0 Votes)

RE: Establishing Conditions for Object Appearance
Answer
5/29/19 4:33 PM as a reply to Andrea Cantrell.
Hi Andrea,This is a great question, thanks for posting it on the forum!

Basically, there are 2 ways to accomplish this:
  1. Create separate variables to keep track of each button being clicked, and then create one big action that triggers when ANY button is clicked, with a condition to see if ALL variables are true.
  2. If you're already using Stacks and Layers, the Stack can detect when all layers have been viewed.
Here's a video that shows the set up - http://share.smartbuilder.com/public/support/true-false-variables.mp4

Let us know if you have any questions!
0 (0 Votes)