Is it in gravity forms anyhow possible to fire an javascript event on an successful ajax form transmittion?
Adding html javascript into the displayed response does not seem to work eg:
<script>console.log("successful-form-transmition");</script>
Is it in gravity forms anyhow possible to fire an javascript event on an successful ajax form transmittion?
Adding html javascript into the displayed response does not seem to work eg:
<script>console.log("successful-form-transmition");</script>
Comments are closed.
There’s an event fired upon successful Gravity Forms submission:
gform_confirmation_loaded
. You can use it with jQuery like so:See documentation