• Resolved eugene212

    (@eugene212)


    Hi,

    Updating to 1.14.11 creates a critical issue of hook action (to be called on form submission) not called any longer:

    add_action( 'forminator_custom_form_after_save_entry', function ( $form_id )

    Note: PHP file with this hook action is in mu-plugins and was executed fine with previous Forminator versions.

    Regards,
    Eugene

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello there

    We’ve just noticed the same issue, have you solved it yet?

    Thanks

    Plugin Support Dimitris – WPMU DEV Support

    (@wpmudev-support6)

    Hello there all!

    I’ve pinged our developers about it, so they can share which action hook could replace this one.
    We will keep you posted here as soon as we’ve got some more insights about it. ??

    Thank you,
    Dimitris

    Plugin Support Dimitris – WPMU DEV Support

    (@wpmudev-support6)

    Could you try to replace custom_form with simply form?
    Like:
    add_action( 'forminator_form_after_save_entry', function ( $form_id )

    Let us know how that goes,
    Dimitris

    Thread Starter eugene212

    (@eugene212)

    Hi @wpmudev-support6,

    Yes, after changing the name of hook action it executes again upon form submission.

    Unfortunate thing about this workaround is the lack of backward compatibility, i.e. the custom code needs to be changed to new names and it becomes not easy/possible to use previous Forminator versions.

    Maybe Forminator developers could consider keeping both name variants in order to maintain backward compatibility ?

    Regards,
    Eugene

    Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @eugene212

    I hope you are doing well.

    We are working on some refactoring to make the hooks easier to work, we do have plans to implement a documentation page too which will help to troubleshoot those changes and issues, however, we can’t give an estimated time for this doc page.

    Best Regards
    Patrick Freitas

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[1.14.11] Submission hook action not called any longer’ is closed to new replies.