We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b0e054 + a93d2e8 commit 85801caCopy full SHA for 85801ca
snippets/html.snippets
@@ -361,15 +361,15 @@ snippet footer#
361
${0}
362
</footer>
363
snippet form
364
- <form action="${1}" method="${2:get}" accept-charset="utf-8">
+ <form action="${1}" method="${2:post}">
365
366
</form>
367
snippet form.
368
- <form class="${1}" action="${2}" method="${3:get}" accept-charset="utf-8">
+ <form class="${1}" action="${2}" method="${3:post}">
369
370
371
snippet form#
372
- <form id="${1}" action="${2}" method="${3:get}" accept-charset="utf-8">
+ <form id="${1}" action="${2}" method="${3:post}">
373
374
375
snippet h1
0 commit comments