Show submission values on thank you page?
-
Hello,
I was wondering if anyone can point me in the right direction on showing submitted values on a thank you page. The thank you page would have its own template file, so I need to know how to store the submitted values and then echo them in the page template.
I tried using this tutorial,
https://vincoding.com/passing-contact-form-7-data-thank-page/
but I just ended up with php errors for each of the fieldsNotice: Undefined index: yourname in /xxxx/public_html/xxxx/wp-content/themes/xxxx/flex-parts/flex-text-image-block.php on line 41 Notice: Undefined index: youremail in /xxxx/public_html/xxxx/wp-content/themes/xxxx/flex-parts/flex-text-image-block.php on line 42 Notice: Undefined index: phone in /xxxx/public_html/xxxx/wp-content/themes/xxxx/flex-parts/flex-text-image-block.php on line 43
- The topic ‘Show submission values on thank you page?’ is closed to new replies.