Submit

suggest change
<input type="submit" value="Submit">

A submit input creates a button which submits the form it is inside when clicked.

You can also use the <button> element if you require a submit button that can be more easily styled or contain other elements:

<button type="submit">
  <img src="submit-icon.jpg" /> Submit
</button>

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


Input control elements:
* Text
* Color
* File
* Button
* Reset
* Submit
* Tel
* Hidden
* Email
* Number
* Range
* Search
* Image
* Week
* Month
* Time
* Url
* Date

Table Of Contents