Hi, I have two regions A and B on the page,
At first, on page load, I want to display Region A
After the user enters some data in Region A, I want to display region B and hide region A.
Currently, I have a button1 for this that submits the page and two dynamic actions are attached to it to hide region A and display region B.
Also I have provided another button2 on the same page to flip the regions again with appropriate dynamic actions.
However, when I click button1 one after it submits the page it behaves the same as page loading and it does not flip the regions.
Kindly let me know if you have any solutions to overcome this.