After submitting a form I need to redirect to another page to do some additional things based on the submitted data. I found http://contactform7.com/redirecting-to-another-url-after-submissions/ which works. However, I need to have the submitted data in the script handling the page to which the user is redirected. I tried adding the tags from the form as URL parameters ('redirectpage.php?email=[email]') but that doesn't work. Is there any way to solve this?
↧