This is a JavaScript hook called when the form is successfully submitted. 1 2 3 4 5 jQuery(function ($) { $(’.quform-form-1’).on(’quform:successStart’, function (e, form, confirmation) { // Custom code }); }); jQuery(function ($) { $(‘.quform-form-1’).on(‘quform:successStart’, function (e, form, confirmation) { // Custom code }); }); On line … Continue reading quform:successStart
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed