Skip to content

Instantly share code, notes, and snippets.

@scottmessinger
Created January 27, 2011 20:49
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 scottmessinger/799236 to your computer and use it in GitHub Desktop.
Save scottmessinger/799236 to your computer and use it in GitHub Desktop.
<iframe name='please' style='display: none' src='https://spreadsheets.google.com/formResponse?formkey=asdasdf'></iframe>
<form target='please' action='https://spreadsheets.google.com/formResponse?formkey=asdasdf' class='contact_us' id='contact_us_form' method='POST' >
$("#contact_us_submit").click( function() {
$("#contact_us_form").fadeOut('slow');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment