Published
- 1 min read
formidable form on submit js hook
The solution for this is noted below
formidable form on submit js hook
Solution
jQuery(document).ready(function($){
$(document).on( 'frmFormComplete', function( event, form, response ) {
var formID = $(form).find('input[name="form_id"]').val();
});
Try other methods by searching on the site. That is if this doesn’t work