Skip to content

Instantly share code, notes, and snippets.

@LeandroLS
Last active August 21, 2017 22:54
Show Gist options
  • Save LeandroLS/16a1249d6cace058bf38e506b475c0ef to your computer and use it in GitHub Desktop.
Save LeandroLS/16a1249d6cace058bf38e506b475c0ef to your computer and use it in GitHub Desktop.
Submit button out of a form
<form id="meuform" method="post" action="algumarquivo.php">
<input type="text" name="nome" />
</form>
<input type="submit" form="meuform" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment