I made a reusable popup, let’s call it popup A, and on popup A I have a button called ‘Next’. When next is clicked, it saves some data, hides popup A, but then I want it to show another popup, popup B, that’s also a reusable element; however, it doesn’t show up in the list of elements for the ‘show an element’ action. What am I doing wrong?
I don’t think you can reference other popups within a reusable element. I would probably instead create groups within that popup, and set states to go to the next group instead. Then, when complete, close the popup.
1 Like
Thank you!
This topic was automatically closed after 70 days. New replies are no longer allowed.