[Button] tab ("Attribute" dialog box [Button])

[Name] field

Used to specify the name of a push button. When you specify a name for the Submit Button, that name is also sent when the data input to the form is sent. Therefore, when there is more than one button, it is possible to determine which has been pressed. Of course, when your form has only one submit button, you do not need to specify a name.

[Label] field

Used to specify the character string displayed on the button.

[Button Type] group

Used to specify the type of a button.

[Submit] Button

Used to transmit the data that has been entered into the form.

[Reset] button

Used to reset the data in the form to its initial values.

[Push Button] button

Used as a push button.

[Disable] check box

Used to disable a radio button. This is not applied to the edit area.