Event: After submitting Piotnet Forms

Customize actions after successfully submitting a form by using JS event. Code Example: jQuery(document).on(‘piotnetforms_submit_success’, function (e, data){ //Code here console.log(data); }); Data: the variable contains input data of form.