Skip to content

Instantly share code, notes, and snippets.

@megub
Created July 8, 2015 18:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save megub/da642b458aacee0d4381 to your computer and use it in GitHub Desktop.
Save megub/da642b458aacee0d4381 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