Thanks so much for the help. You guys are awesome!
Is there a need to call both webhooks instead of just the forminator_form_after_save_entry:
add_action ( 'forminator_form_after_handle_submit', 'my_form_submit', 10, 2 );
add_action( 'forminator_form_after_save_entry', 'my_form_submit', 10, 2 );
One last question… where does $prepared_data come from and what is this variable?
ie:
$entry = Forminator_CForm_Front_Action::$prepared_data;
-
This reply was modified 1 year, 7 months ago by airzona.