Use the Button dialog to add a button to a form or change an existing one.
Control type: Specifies the type of button to use on the form.
Submit button (caption) sends the form to the CGI script for processing.
Submit button (image) appears as a custom image and sends the form to the CGI script for processing.
Reset clears the form of any entries made by the user and resets the form to its defaults.
Plain button allows you to customize the button and the action it performs.
Control identifier: Specifies the name that should be associated with the button. The name you assign is not displayed on the form. You can place more than one button on a form, so be sure to assign each one a unique name.
Button caption: Used as the button label (displayed on button face on the form).
Alternate text: Defines the alternate text that displays if users turn off the graphics display in their browsers. Also appears as the text label when users pause the mouse over the button
Button image path: Defines the image to use in place of a generic button as the clickable element in the form.