Created
May 14, 2017 16:00
-
-
Save tanftw/253fdbbaf87e545ac801d9ae760a0e13 to your computer and use it in GitHub Desktop.
Redirect Google Form
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
| <iframe id="myframe" name="myframe" style="display: none" onload="if(typeof redirect!='undefined'){window.location.href='/REDIRECT_URI';}"></iframe> | |
| <form onsubmit="redirect=true" action="{{ URL }}" method="POST" target="myframe"></form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment