Posts

Showing posts with the label plugins

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');"

Contact Form 7 Additional Tags

I found these additional tags for the Contact Form 7 plugin for Wordpress.   I found it helpful when customising my subject line to include the date and time and the post title to Contact Form 7 email to track effective pages with the contact form. [_remote_ip] This tag will be replaced by the sender’s client IP address. [_user_agent] This tag will be replaced by the sender’s user agent information. [_url] This tag will be replaced by the URL of the contact form. [_date] This tag will be replaced by the date of the submission. [_time] This tag will be replaced by the time of the submission. [_post_id] This tag will be replaced by the ID of the post which contains the contact form. [_post_name] This tag will be replaced by the name (slug) of the post which contains the contact form. [_post_title] This tag will be replaced by the title of the post which contains the contact form. [_post_url] This tag will be replaced by the permalink of the post ...