Hi,
I use imput hidden field. i follow your instructions but i get an error, i have 3 forms i use
i didn't get good value when i received notification
i add in my function.php, this code ( i follow instruction from http://www.gravityhelp.com/forums/topic/how-to-put-in-notification-title-the-date-hours )
add_action("gform_pre_submission", "pre_submission_handler");
function pre_submission_handler($form){
$_POST["input_25"] = date('G:H:s');
$_POST["input_24"] = date('G:H:s');
$_POST["input_16"] = date('G:H:s');
}
How i can specify which input i must use for each form (Form contact / Form Request / Form offer) ?