I\'ve got a form, with 2 buttons
Cancel changes Submit<
The default value for the type attribute of button elements is "submit". Set it to type="button" to produce a button that doesn't submit the form.
type="button"
Submit
In the words of the HTML Standard: "Does nothing."