I'm trying to submit a post for each entry that the form sends. The posts are stored in a custom post type.
I've worked out that I can get the form field values through the Entry_Object function, and I can get the labels for each of the form fields through the Gform_get_meta function but each are stored in a separate table... How can I relate the tables to each other to list the form's labels, and then the value for each beside each other?
The form's values seem to be stored in wp_rg_lead_detail and the label's are stored in wp_rg_lead_meta.