Hello, I am trying to display the fields that were entered in the form on a confirmation page, but also want to display it with our own custom template. I have set up the majority of it thus far, using conditional php in the page.php file for the order form confirmation page.
Two main Questions:
1. However, I am using the URL Redirect and passing a ton of query strings. I know I must not have to do that since I am using an internal WP page to display the results. Instead of using "Get" to access the values, how do I do this within the template page?
2. Also, I am not sure how to call the field label and description so that it can be displayed on the confirmation message as well.
As of now, the system I have in place is working, but if the owner of the form changes the field label and/or description, I have to manually alter this file. Any help is appreciated!