Be seen. Boost your question’s priority for more expert views and faster solutions
add_action("gform_pre_submission_2", "pre_submission_handler");
function pre_submission_handler($form){
$_POST["input_12"] = sc_meta_box_save($post_id);
}
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.
Have a better answer? Share it in a comment.
An article showing how to handle DATE/TIME values is available here:
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/A_201-Handling-date-and-time-in-PHP-and-MySQL.html
Best regards and best of luck with your project, ~Ray