Is there a way to make the handler gform_confirmation_loaded
works with vanilla JavaScript?
document.addEventListener(‘gform_confirmation_loaded’, () => {
…
});
Is there a way to make the handler gform_confirmation_loaded
works with vanilla JavaScript?
document.addEventListener(‘gform_confirmation_loaded’, () => {
…
});