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.

Echo data from submitted forms

  1. zamson
    Member

    Hi,

    I need to populate an unordered list with user submissions from Gravity Forms.

    I know I need to use $wpdb and the "path" wp_rg_lead_detail -> specified form fields -> value. But I'm not sure how to format this in PHP.

    To make things a little more complicated - I need to extract a maximum of 10 results from two different fields.

    "First Name" and "Town"

    Final output:

    < li >"First Name", "Town"< /li >
    Any help will be much appreciated!

    Posted 13 years ago on Thursday March 17, 2011 | Permalink
  2. zamson
    Member

    I'll answer my own question:

    I solved this by using a custom post type and post fields in GF that populates from "First name" and "Town". Maybe not the best solution but it works and lets me set different output choices (random, max 10 etc).

    Thanks to the Gravity Forms + Custom Post Types addon plugin this was completed easily

    Posted 13 years ago on Thursday March 17, 2011 | Permalink