Forked from megub/redirect-form-confirmation-from-pop-up
Created
December 23, 2015 22:51
-
-
Save noahub/f20af53478999a2162b4 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