Contact Form 7 – Redirect to Custom URL
-
Hi There,
Thanks for the great plugin. So I noticed the new redirect method for Contact Form 7 (https://contactform7.com/redirecting-to-another-url-after-submissions/).
I my case I would like to redirect to a custom url for each submission. It used to be done by:
on_sent_ok: “var name = $(‘.wpcf7 input[name=your-name]’).val();var email = $(‘.wpcf7 input[name=your-email]’).val();location.replace(‘https://www.mywebsite.com/thankyoupage?your-name=’+name+’&email=’+email’+”);”Does anybody have any suggestion on how to do that with the new method?
Thanks.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Contact Form 7 – Redirect to Custom URL’ is closed to new replies.