Button Group Conditional Logic

I have a ButtonGroup with 4 images as options. No labels, no text - just images.

I want to set conditional logic so if the user presses Image 1 - he gets redirected to Step X

If the user presses Image 2 - he gets redirected to Step Y

And so on and so forth.

However, when I try to do that with the Rule Builder - the software can’t differentiate between the images. Why? Because I don’t have any text/label set, so the value (string) of each Option remains empty so all 4 images are recognized as the same.

The form runs, but no matter which image I select - it redirects me to Step X. It won’t ever redirect me to Step Y or Z.

Anyone that has faced this issue?

It looks to me that this is very simple and should be easy to do, but I read the documentation, asked AI assistants, but nothing worked.

Hi!

You can add an invisible option on the button group you created so that the advanced logic can determine which one is clicked/selected.

Just follow these steps.

Add the options on your button group,

image

Then set the alpha/opacity of the text to 1 to hide it.

You may adjust the padding to move the image to the center if needed

Then to navigate to different step based on the button selected, you may use the rule builder.

You may adjust the trigger that can fit to your scenario.