Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save PardotGists/1187339619a5158039b9 to your computer and use it in GitHub Desktop.
Save PardotGists/1187339619a5158039b9 to your computer and use it in GitHub Desktop.
Redirecting to Thank You Pages Based on Form Field Values main example
<script type="text/javascript">
switch('%%Free_Trial_Live_Demo_{js}%%') {
case 'Free Trial':
document.location='http://www.yoursite.com/thank-you-free-trial/';
break;
case 'Live Demo':
document.location='http://www.yoursite.com/thank-you-live-demo/';
break;
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment