Hi,
I would like to retreive filename from post_image field (input_1) but this is not working.
What should I change?
add_action("gform_pre_submission_2", "pre_submission_handler");
function pre_submission_handler($form){
echo $_POST["input_1"];
}