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.

How do I pull data from GravityForms submitted forms?

  1. I want to create a page that will show submitted form data.

    This will be a forward facing page (not in the admin panel).

    I want to do something like (pseudo code):
    <?php echo gforms_get_field( $form_id, $entry_id, $field_name); ?>

    Is there any function I missed in the docs?
    Can you redirect me to a page or tutorial which shows how to do this?

    Posted 11 years ago on Wednesday January 23, 2013 | Permalink
  2. There is no function like that. But it can be done. It depends on how much information you want to pull out and how you want to display it.

    In the past, I have created shortcodes to pull specific data out from a specific form. Here is one example: http://pastebin.com/kHpaHQvi

    Posted 11 years ago on Tuesday January 29, 2013 | Permalink
  3. I think this will do it.
    Thanks :)

    BTW, Someone gave me a more detailed answer when I asked on Wordpress Answers:
    http://wordpress.stackexchange.com/a/82916/15010

    Posted 11 years ago on Tuesday January 29, 2013 | Permalink
  4. That's a good answer from webaware. Thanks for providing the link.

    Posted 11 years ago on Tuesday January 29, 2013 | Permalink

This topic has been resolved and has been closed to new replies.