I want to display things in same page as below.
If I clicked “A”, the “A” data will come out.
Then I clicked “B”, the “A” data will hide and “B” data come out.
I want to ask:
1)Which element/container should I use for the data display part?
2)How can the data display change to B from A if I clicked “A button”>“B button”, but not show both A&B?
In your workflow button A when clicked the logic in the element menu… if the group “A” is visible the hide it…you do this by choosing…on ONLY WHEN…group A …chose either …is visible or isn’t visible. Then create another workflow with inverse condition i.e group is visible or isn’t visible then the event is SHOW group A. Now use the condition when A button is clicked chose text to change to B…Thus B and its data will be displayed