I've got a gForm that is submitting a post to a custom_post_type called "reviews". The "reviews" custom_post_type has a custom field in it called "ts_Name". When I add a custom field to the gForm as a single-line-text and try to assign it to a custom field from the drop-down my "ts_Name" isn't available - which makes sense because the gForms 1.4.5 isn't custom_post_type aware.
Since we are intercepting the submission and changing the "post_type" anyway I assume the custom field re-assignment has to be done in a hook as well. I tried "add_post_meta" but that doesn't work because it seems the post_id is changed when the post is reassigned a new type.
I just need to assign a gField to a custom-field in a custom post type. HELP?!?!?