Created
July 30, 2019 16:51
-
-
Save aaggour/0272861d4ed3230f9148b323aa060b43 to your computer and use it in GitHub Desktop.
formmethod attribute
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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