Hi,
Just a short update. As already said, I need to process submitted form data with my own php-script. Until last month I’d been using the action hook ‘forminator_custom_form_after_handle_submit’ for this, which had been provided by the plugin. Since the last update this method doesn’t work anymore. I was able to narrow down the problem and found that the action call
public function handle_submit() {
...
do_action( 'forminator_custom_form_after_handle_submit', $form_id, $response );
...
}
in
../wp-content/plugins/forminator/library/modules/custom-forms/front/front-action.php
was beeing removed with the update from version 1.14.10.1 to 1.14.11.
Does anybody know how to realize the same function with the newest version of the plugin?
Any help is very much appreciated.
Kind regards!