Push Button Properties dialog box
Develop > Form > Form field > Push Button
A push button is used to let the site visitor submit a form, clear a form, or submit a value to the Web server.
Name
Enter a name for the push button. The name is used to distinguish this button from other buttons in the same form.
Value
Enter the label that will appear on the button.
Button type
General
This type of push button is used simply to send a value to the server. It is often used together with JavaScript or Visual Basic.
Submit
Used for sending a completed form to the server.
Reset
Used to reset a form, clearing all entered information.
Style
Click to attach a CSS style to the button using the Style dialog box.