Skip to content

Instantly share code, notes, and snippets.

@lewiswalsh
Last active May 27, 2022 18:57
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 lewiswalsh/3ee4a53239a624293123f9f396e4259a to your computer and use it in GitHub Desktop.
Save lewiswalsh/3ee4a53239a624293123f9f396e4259a to your computer and use it in GitHub Desktop.
Submit a form with a button outside the form #html
<form id="my-form">
<label for="name">Name:</label>
<input type="text" name="name"></input>
</form>
<button type="submit" form="my-form">Submit</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment