Home › Forums › Quform WordPress › Make Submit Button Cause Pop-Up Form › Reply To: Make Submit Button Cause Pop-Up Form
August 17, 2021 at 4:17 pm #33256
Participant
Hi Ally – I’d like to submit the form then show a pop-up. I followed the link you indicated and found this code:
jQuery(function ($) {
$(‘.quform-form-1’).on(‘quform:successStart’, function (e, form, confirmation) {
// Custom code
});
});
But where do I insert that code in order to have my pop-up come up only on one particular form?