[Plugin: Contact Form 7] Can you pass form responses to redirect page?
-
Hey all,
I’m trying to find out if it’s possible to pass form responses to a custom redirect page using Contact Form 7?
I’m adding the redirect code into the “Additional Settings” box like
on_sent_ok: "location.replace('https://www.MYSITE.com');"
But I’m wanting to pass some of the submitted information to that page as well… so for instance, something like:
on_sent_ok: "location.replace('https://www.MYSITE.com/confirm.php?name=[NAME]&age=[AGE]');"
Is this possible?
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: Contact Form 7] Can you pass form responses to redirect page?’ is closed to new replies.