Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noahub/f20af53478999a2162b4 to your computer and use it in GitHub Desktop.
Save noahub/f20af53478999a2162b4 to your computer and use it in GitHub Desktop.
Redirect Thank you page/form confirmation dialog from pop up
To be placed on form confirmation/thank you page in head
<script>
if ( window.self !== window.parent ) window.parent.location.href = window.location.href;
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment