There’s this previous post asking whether gform_confirmation_loaded
handler works with vanilla JS, which I am still keen to get a better answer. Is it really not possible to use addEventListener??
document.addEventListener(‘gform_confirmation_loaded’, () => {
…
});
Thanks