Skip to content

Instantly share code, notes, and snippets.

@aaggour
Created July 30, 2019 18:37
Show Gist options
  • Select an option

  • Save aaggour/c216721db4e25ac27330dd7041a7a97e to your computer and use it in GitHub Desktop.

Select an option

Save aaggour/c216721db4e25ac27330dd7041a7a97e to your computer and use it in GitHub Desktop.
form attribute
<input type="text" form="form_id">
<form id="form_id">
<input type="submit">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment