Can an exit intent popup trigger when hovering over header menu items?

I would like to show a popup when a visitor leaves a page.

To this effect I have created an exit intent (mouse leave window) popup. This works as intended when I move the mouse is off the window (as the interaction suggests), however if I click on the Menu links in my Header to select another page, technically not leaving the window, the popup is not triggered.

Is there a way to rigger the popup when I mouse over the menu links as well, or even better still even if I clicked on a menu link for the popup to appear and be usable, before the new page loads?

Thanks!

I had a similar issue, and I added a trigger on mouse enter on the menu items. Worked for me.

1 Like

That is a great idea, will try it. Thanks for the suggestion!