Hi Guys,
I created a form that creates populates posts with some of the data in the form. However, I have data in the form entry that is not populated in the post but I do wanna be able to read while using get_posts. How do I do this? Looking for something like
get_entry_data($post_id, $form_id, $field_id)
I cannot find anything on the forums or the documentations about this.
Thanks in advance