| Label | The label of this element |
| CSS Class | CSS class assigned to this element |
| Style using CSS only | Defines whether or not JForms should append inline CSS attributes to the element, Set to “YES” if you want to disable inline CSS attributes |
| onClick Script | Javascript code to run upon clicking this button (Available only when Type = “Button”) |
| Type | The function this buttons performs (Submit: Submits the form), (Reset: Resets the form), (Button: Executes Javascript specified in “onClick” parameter) |
At least one button of the type “Submit” has to be present in the form to be saved
Creating a button that displays an alert message