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.

Display form entries on page?

  1. ichauffeur
    Member

    Hi
    Could someone please point me in the right direction? I want to display my entries field data as single posts. How do I modify a single.php template to display the Gravity Forms field entries on it?

    The single.php template at the moment is displaying the entry data from the post title and post body fields, but what is the syntax is show a custom field on this post?

    Warm regards
    Rich

    Posted 13 years ago on Friday May 20, 2011 | Permalink
  2. You wouldn't show Gravity Forms fields in your single.php, the single.php only displays post data.

    Your Gravity Form would have to use the Post Custom Field field type to store data as custom field values when you use Gravity Forms to create a Post using the Post Title and Post Body fields.

    You would then need to display those Custom Fields in your single.php theme file. This is core WordPress functionality, not something that is Gravity Forms specific. Here is information on Custom Fields:

    http://codex.wordpress.org/Custom_Fields

    Posted 13 years ago on Friday May 20, 2011 | Permalink