Contact Form 7 Wordpress Plugin Redirect to another page after submission
With the Contact Form 7 plugin in Wordpress this is how I redirected to another page with my Google Conversion Tracking code in place
Redirect to unique thank you page with conversion tracking
Add this to the "additional settings" section for Contact Form 7:
on_sent_ok: "location.replace('http://www.YOURSITEURL.com');"
Redirect to unique thank you page with conversion tracking
Add this to the "additional settings" section for Contact Form 7:
on_sent_ok: "location.replace('http://www.YOURSITEURL.com');"
Comments
Post a Comment