Skip to content

Instantly share code, notes, and snippets.

@aaggour
Created July 30, 2019 16:51
Show Gist options
  • Select an option

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

Select an option

Save aaggour/0272861d4ed3230f9148b323aa060b43 to your computer and use it in GitHub Desktop.
formmethod attribute
<form method=post>
<input name=hidden-value value=5 type=hidden>
<input type=submit value=Submit formmethod=get>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment