I'd like to create a succes page (just a page in Wordpress with a specified template) where I can show the submitted data like:
Dear <?php the_submitted_gf_data('firstname'); ?>,
Is there something like that?
I'd like to create a succes page (just a page in Wordpress with a specified template) where I can show the submitted data like:
Dear <?php the_submitted_gf_data('firstname'); ?>,
Is there something like that?
Mm just saw the option to 'Pass Field Data Via Query String'. But why not passing field data to a Wordpress page? Or is there a simple function to do that?
You can send the data from your form to the next page using the query string, but the next page has to "catch" that data and then do something with it. The work needs to be done in the template or page you are redirecting to.
Here are a couple explanations of how to use the query string with WordPress functions:
http://thewordpresswarrior.com/616/passing-variables-via-url
http://www.webopius.com/content/137/using-custom-url-parameters-in-wordpress