PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

entry data in get_post(s)

  1. 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

    Posted 11 years ago on Monday February 4, 2013 | Permalink
  2. David Peralty

    Unfortunately, you can't do it this way. You can add custom fields to your form so that the data is stored with the posts in custom fields, or you can use our Post Template options to push fields into the post title or post body fields.

    Posted 11 years ago on Monday February 4, 2013 | Permalink
  3. Ok thnx David, more settings to make then :)

    Posted 11 years ago on Monday February 4, 2013 | Permalink