I noticed the gform_pre_submission hook includes the $form OBJECT but not the $entry OBJECT.
I'm attempting to change the subject line of the notification email based upon selections in the user's entry. Is there a way to access the $_POST or rgpost or $entry object from within gform_pre_submission?
I've seen rgpost('input_#') a couple of places on the site and I was wondering if that was a function for retrieving the entry of an input.
Thanks for your help.