It looks like the group becomes visible only for that fraction of a second the button is clicked.
I’m guessing you’re using conditional on the group.
That is, when Button is “pressed”, “This element is visible”.
If you did the above you will get the behavior you mentioned.
If you want the group to remain visible, you can easily use a workflow on the button.
First hide the group by unchecking “This element is visible on page load”
Then add a workflow to the button that When the Button is clicked, Show the Group, as shown below:
Btw if your goal is to use the button to toggle the group, then you can use custom state to store the current state (either showing or not) of the group and use the button click action to change the state of the custom state. then use the custom state as a condition on the group.
This works. You rock! I am not sure how I missed it. I have used the show group before.
Hi,
I have a strange thing happens to me.
It works when using this for “next” button to get me from group A to group B.
But when I’m using it for “previous” in group B to get me to group A it’s not working.