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.

Post Form Entry into Thank You Page

  1. jeffmhall17
    Member

    My apologies for a redundant post. I have searched but found no simple answer. I understand how to create the "Pass Field Data Via Query String" via the form settings in the form editor. What I do not understand is how I post this data into a re-directed page. Is there a shortcode I am missing or must this data be inserted via PHP.

    Ex: Taking a name submitted on a form and displaying that name on the Thank You page. Further, taking a selection from a drop-down menu and displaying another value related to that selection on the same Thank You page.

    Thx!

    Posted 11 years ago on Friday October 5, 2012 | Permalink
  2. There is no shortcode in Gravity Forms. Once the form is submitted and the visitor is redirected, Gravity Forms is done. You can code the functionality in your template to grab the query string parameters and display them as you wish, or you can use a plugin like "URL Params": http://wordpress.org/extend/plugins/url-params/

    Posted 11 years ago on Friday October 5, 2012 | Permalink
  3. jeffmhall17
    Member

    Thank You, could you post a link with instructions on coding such a functionality?

    Posted 11 years ago on Friday October 5, 2012 | Permalink
  4. Instructions on how to do it in the page template is beyond the support we can provide here. Does the shortcode plugin not work in your application?

    I will look for instructions which may have been linked in these forums before. It's been asked in the past and maybe there is a more complete response.

    Posted 11 years ago on Friday October 5, 2012 | Permalink
  5. This user posted something not long ago which is somewhat related.
    http://www.gravityhelp.com/forums/topic/confirmation-page-shortcodes#post-71337

    Posted 11 years ago on Saturday October 6, 2012 | Permalink