Skip to content

Instantly share code, notes, and snippets.

@ioelada
ioelada / contact-form-7-redirect.js
Created January 25, 2018 00:36 — forked from rustyeddy/contact-form-7-redirect.js
Contact Form 7 - Redirect to a different thank you page based on input from from a pull down select form field.
/**
* Contact form 7 - Redirect to a specific page based on the value of a form
* field. In this specific example I created a drop down menu item and gave
* it an id of 'select-menu', I also created .
*/
function cf7_redirect() {
// Set the base url for contact-form-7
var url = document.referrer;