All of your efforts in building a form to collect information will be usless, if the data is not sent to the server. This action is accomplished through a ‘submit button’ allowing the visitor to send their information to you.
<INPUT TYPE=”submit”>
This line of HTML code defines the INPUT as being submit where the text inside [...]

