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.

gravity notification

  1. Krystian
    Member

    Hi,
    Im creating a hook which should change the notification. I don`t know what field is keeping the content.

    add_action("gform_pre_submission", "pre_submission_handler");
    function pre_submission_handler($form_meta){
        global $_POST;
    	//$form_meta['autoResponder']['message'] = "asdasda" ;
    	//$_POST["input_1"] = $form_meta['autoResponder']['message'];
    	//$_POST["input_1"]
    
    //$form_meta["notification"]["message"] = "automoto krystian respond"; // not working
    //$form["autoResponder"]["message"] = "dupa zbita"; // not working
    //$form_meta["autoResponder"]["message"] = "dupa zbita"; // not working

    always sending notification which I

    ve created in gravity forms

    Posted 13 years ago on Sunday October 3, 2010 | Permalink
  2. I'm a little confused as to what you are requesting. Please describe what the problem is, what you are trying to accomplish, and what isn't working properly.

    Posted 13 years ago on Monday October 4, 2010 | Permalink