Submitting forms
Buttons default to the "submit" type:
The form target action and event are specified a priori to generate the attributes needed to validate input on the browser, and that is usually OK since most forms only support one action. For cases with several possible actions, the "event" attribute should be used:
Note that in this case the validations applied on the browser will correspond to the "send" button.
Labels:
None