1The value attribute is what is going to get sent back to the server.
2For instance you can set the value of an input field in the html code,
3which is helpful for hidden or disabled inputs.
4
5The name attribute is how you reference the input, once the value from
6the input gets sent back to the server.