Last active
April 20, 2016 15:11
-
-
Save dlucero23/60e8cb55514e900484bc1bd65edf002b to your computer and use it in GitHub Desktop.
Redirect to URL after successful submission of a Contact Form 7 Form. To be added to the "Additional Settings (2)" section.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// after form is submitted, redirect to this domain. | |
on_sent_ok: "location = 'https://yourdomain.com/your-thank-you-page/';" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment