Questions tagged [submit-button]

An HTML tag typically found at the end of a FORM section that, when clicked, sends the form data to the server.

299 questions
277
votes
25 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: