Last active
September 25, 2015 21:38
-
-
Save PardotGists/154674e3d04d67a2205e to your computer and use it in GitHub Desktop.
Redirecting to Thank You Pages Based on Form Field Values snippet
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
case '<strong>Live Demo</strong>': | |
document.location='http://www.yoursite.com/thank-you-live-demo/'; | |
break; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment