An HTML tag typically found at the end of a FORM section that, when clicked, sends the form data to the server.
Questions tagged [submit-button]
325 questions
289
votes
27 answers
Multiple submit buttons in an HTML form
Let's say you create a wizard in an HTML form. One button goes back, and one goes forward. Since the back button appears first in the markup when you press Enter, it will use that button to submit the form.
Example: