Skip to content

Instantly share code, notes, and snippets.

@noahub
Last active August 29, 2015 14:26
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 noahub/516a0868b8af156433de to your computer and use it in GitHub Desktop.
Save noahub/516a0868b8af156433de to your computer and use it in GitHub Desktop.
Auto-Submit Form on page load
<script>
$(function() {
$(".lp-pom-form .lp-pom-button")[0].click();
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment