Exit Splash Question...

by 2 replies
3
Hey Warriors....

Anybody know how you prevent Exit Splash from firing when somebody
clicks on an order button?

Obviously, we only want the Exit Magic to happen if somebody does
NOT click an order button.

Much thanks in advance,
Cory
#programming #exit #question #splash
  • put a noorderflag on your page set to true.

    in your onexit block where you trigger the Exit popup check that the noorderflag is still true, and if so trigger the popup, if false then just exit without the popup.

    in your submit order block set the noorderflag to false, then when you exit the page the popup will not be showm.
    • [1] reply
    • Add onClick="PreventExitSlash=true" to your links - using the tinny quotes instead of " "

      Surely this should be documented in the (incredibly laborious) install instructions but I couldn't see it anywhere - I had to email the seller to get those instructions

Next Topics on Trending Feed