Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter w3bprojects

    (@w3bprojects)

    Dear Nebu,

    Thank you very much for your swift response. I have just tried it. What can I say, your tip has solved my problem! Thank you very much again. Great support!

    If there is an easy and hassle-free chance to make a one-time donation to your team, please let me know.

    Kind regards and a great weekend!

    Thread Starter w3bprojects

    (@w3bprojects)

    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!

Viewing 2 replies - 1 through 2 (of 2 total)