Using form fields on submission results page
-
I’m wondering if there’s a way to reference any of the form field values on the resulting Thank You page? Upon submission, I have it go to a “Thanks for your submission, we’ll contact you if needed.” page. I’d like to reference the values from the form on that page, like, “<?php echo “Thanks ” . $_POST[‘firstname’] . ” for your submission!”; ?>
See what I mean? I tried printing all headers and variables but I think by the time contact-form-maker redirects the user to the result page all the variables are gone.
Any ideas? Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Using form fields on submission results page’ is closed to new replies.