Skip to content

Instantly share code, notes, and snippets.

@vajrasar
Created March 31, 2016 09:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vajrasar/7285be0276e0b97c5194e2c984764b7f to your computer and use it in GitHub Desktop.
Save vajrasar/7285be0276e0b97c5194e2c984764b7f to your computer and use it in GitHub Desktop.
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<!-- Google analytic code will also be placed here -->
</head>
<body>
<iframe id="yoi" src="https://docs.google.com/forms/d/1zaNMci8JTbwwO3bVuXauD-Jaakk5rIULjI8CQIa9Kj8/viewform?embedded=true"; width="760" height="500" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
<script type="text/javascript">
(function($){
var cnt = 1;
$('#yoi').load(function(){
if ( cnt == 1 ) {
cnt++;
} else {
$(location).attr('href', 'http://google.com/'); //Thank You Page
}
});
})(jQuery);
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment