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