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.

Use Form Data on "Thank You" page

  1. This seems like such a simple thing and yet I haven't found a solution after searching for days.

    I want to have a separate confirmation page that says:

    Thanks "First Name",

    I don't want to use the same page as the form because I want a bunch of different content on the Thank You page. All I want to do is pass the First Name variable to a WP page and have it display in the content area.

    Thanks for any help.

    Posted 10 years ago on Monday July 8, 2013 | Permalink
  2. David Peralty

    The issue is that the receiving page would have no way to grab the data, unless you added PHP to that page, and used a query string. You can redirect to URL in Gravity Forms as a confirmation and include Query Strings that have merge tags so you can pass data, but you'd have to code the receiving of that data on the other page.

    Posted 10 years ago on Monday July 8, 2013 | Permalink
  3. I don't suppose there's anyone out there that has done this and would have an example of the php code I would need to display the data. It doesn't even need to be a WP page, it could simply be a php page.

    Thanks!

    Posted 10 years ago on Monday July 8, 2013 | Permalink
  4. Richard Vav
    Administrator

    The following post by Chris has a couple of links where you may find some more information. http://www.gravityhelp.com/forums/topic/thankssucces-page-with-form-data#post-34133

    Posted 10 years ago on Monday July 8, 2013 | Permalink

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