Created
July 8, 2015 18:44
-
-
Save megub/da642b458aacee0d4381 to your computer and use it in GitHub Desktop.
Redirect Thank you page/form confirmation dialog from pop up
This file contains hidden or 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
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