quform:successStart

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 2, replace the number 1 with the form ID

Arguments

ArgumentDescription
eThe event data
formThe Quform instance
confirmationThe confirmation data
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy