After Choosing Link Button...

I have user click button link (open in new tab) with 3 Choices.

Works great, but what if user wants to come back and try one of the other button options?

How can I make this work?

1 Like

There are a few ways to accomplish this. The manual way is to duplicate the gambit 8 times and eliminate the choice the user picked in each instance to offer only the other two remaining/one remaining button. If you don’t mind displaying all three buttons for the user over and over again. You can attach the choices to the same gambit causing a loop. In this scenario, you want to make sure there isn’t much if any text being repeated except for “Choose an option below.” or something of that nature. The final step would be to add a fourth button that is “Continue to next step” to allow the user to move pass the loop when they are ready.