Where can a form be submitted | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

Where can a form be submitted

<form

16th Aug 2021, 1:47 AM
Marvel Arafat Gemini
Marvel Arafat Gemini - avatar
2 Respostas
+ 1
Where you want to submit it. Use form attribute 'action' to submit the form at a particular location and use attribute 'method' = POST, so that you can securely submit your form. For example- <form action= "index.html" method="POST" >//content here </form>
16th Aug 2021, 2:09 AM
VSR [ DEV ]
VSR [ DEV ] - avatar
0
Thanks bro
16th Aug 2021, 2:13 AM
Marvel Arafat Gemini
Marvel Arafat Gemini - avatar