Hi there,
My form is working just fine and I am using the redirect url to go to a thank you page. I would like to have some variables from the form on the thank you page such as:
You requested date is: $_POST['date']
Also, so I can show a link to new patient forms if they have selected 'Yes' from a question in the form. I can't figure out how I get use these variables in my thank you page.
Please help.
My form is working just fine and I am using the redirect url to go to a thank you page. I would like to have some variables from the form on the thank you page such as:
You requested date is: $_POST['date']
Also, so I can show a link to new patient forms if they have selected 'Yes' from a question in the form. I can't figure out how I get use these variables in my thank you page.
Please help.