Skip to content

Instantly share code, notes, and snippets.

@tanftw
Created May 14, 2017 16:00
Show Gist options
  • Select an option

  • Save tanftw/253fdbbaf87e545ac801d9ae760a0e13 to your computer and use it in GitHub Desktop.

Select an option

Save tanftw/253fdbbaf87e545ac801d9ae760a0e13 to your computer and use it in GitHub Desktop.
Redirect Google Form
<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