Skip to content

Instantly share code, notes, and snippets.

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 grand-lotus-iroh/1261b74d8d65b0c7b9102543d0a3e63c to your computer and use it in GitHub Desktop.
Save grand-lotus-iroh/1261b74d8d65b0c7b9102543d0a3e63c to your computer and use it in GitHub Desktop.
Submit form using a button outside the <form> tag
<form method="get" action="something.php">
<input type="text" name="name" />
<input type="submit" id="submit-form" class="hidden" />
</form>
<label for="submit-form" tabindex="0">Submit</label>
https://stackoverflow.com/a/23456905
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment