I have a reusable element which is a popup (login). This reusable is included on each page. I want to have various actions that trigger the login popup, e.g. the user tries to do something that requires them to be logged in first.
The problem I’m running into is that when I use the page to show the reusable element, the actual reusable element doesn’t show the popup.
It does work if I set the reusable element to open itself with a workflow every time, but then on the pages it opens itself every time. I only want it to open when the user triggers a certain action.
What I thought I could do:
- Have the reusable element on the page hidden on page load, then when I show it the popup comes up
What actually happens:
- When you show the reusable element, the popup is still not opening within the reusable.