How do I trigger an event in JS after successful form submission?

I need to send a GA event after a successful form submission. I just need to know how to hook into that AJAX form completion and there is ZERO documentation on it.

1 Like

Agreed, there is no documentation on Webflow hooks because they don’t exist yet.

The only way is to catch the form submission event yourself.

Anyone figure this out yet? I’ve also been struggling with this for quite some time…

anyone figured it out yet without having to catch the submit event ourselves ?