PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Bug in using gform_after_save_form hook

  1. Hi,

    I'm using gravityforms v1.7.3 and have reproduced the issue on a clean wordpress install. To see what is wrong simply create a form, add the function below to the default theme functions file, update the form title through the UI and you'll see that the var dump is the old title. Please help.

    function my_save_form($form) {
    var_dump($form['title']);
    }
    add_action( 'gform_after_save_form', 'my_save_form');
    Posted 10 years ago on Friday May 17, 2013 | Permalink
  2. Even though no one replied to me, thanks for fixing this as of v1.7.5.

    Posted 10 years ago on Friday May 24, 2013 | Permalink