Display button when checkboxes are checked

Hi, I have a problem. On of my title's pages I have two checkboxes and a button. The button is initialy hidden and I would like to display it when both checkboxes are checked. I tried to do it with variables, but it doesn't seem to work. Is there any way to display initialy hidden button when both checkboxes are checked?

Discussion (3)

Thank you very, very much.

I didn't know about the checkboxes values, so I tried to set them equal to 1 when checked and show button if variables checkbox0001 and 0002 are equal to 1, but it didn't work. And the solution is much simpler, as I see.

undefined

Thank you once again - for the explanation and for the example!

Testing for 1 was my first try too! When that didn't work I added a "Display Message" action to show me the value of the variable. FYI, the value is null when the box is not checked.

Sure thing, Pawel!

Each check box has an associated variable, by default called Checbox_NNNN (e.g. Checkbox_0001). When the box is checked, the value of that variable is on. So add an action to your first checkbox to show the button if Checkbox_0001 is on and Checkbox_0002 is on, and then copy the action to the second checkbox.

See attached for a working sample.

Discussions have been disabled for this post