The following are the attributes of the submit button.
disabled - disables the submit button.
name - it is the identifier for the element.
value -represents the label that will appear on the button (
default value is Submit Query)
Note
- A default button sends the form data but does not send the data about itself.
- A named button sends the form data and includes data about itself (see "cus=Send Data")