Adding an "Exit Intent" popup w/ Javascript

Hi Matt,

I’m trying to figure out the same thing (with my minimal knowledge of JavaScript). It seems you need to add this to make the form elements clickable:

element.style.pointerEvents = "auto"

I still need to properly test that, though.