I'm using the gform_post_submission hook and a print_r of the array doesn't tell me the the form_id, it tells me the entry_id. How do I get the form_id? This is a very important routing detail for multiple forms!
Don't tell my I'm going to have to pre-populate the forms with a hidden field with their own IDs, just so a post_submission knows what form it came from?