0
what is the use of name. After removing it there is no change
2 Respostas
+ 2
You will need name to refer to your input when handling the form data.
http://www.w3schools.com/php/php_forms.asp
+ 1
Name can also be used to "grab" HTML elements with JavaScript. (Another method, besides ID, class, and tag name.)