Open Pop Up in Header from an Element in the page

I have a pop up that typically shows when triggered from a button in the header so I built the pop up from the header element. What I’d like to do is open that same pop up from a button on the page as well. The problem is the normal way doesn’t work because the button on the page only recognizes elements on that page and not in the header. I’d rather not have to duplicate the pop up on the page as that would require double the work. Seems it would there’s got to be some way to do this. Any help would be appreciated.

If your header is in a reusable element then create a custom workflow called open pop in the header. The custom workflow should have an action to open the popup. Now from the page call the custom workflow from a reusable element, which should be in the header.

Hope that makes sense

2 Likes

Boom! That’s exactly what I was looking for. Thanks so much for the help.