In order to insert a button inside a form in page (or even independent
from the form) click the Button button from
the toolbar:
Note: If the cursor is not placed inside a form (inside the red dotted border) a dialog box will be displayed asking whether to add the form as well.
Buttons perform actions when clicked, and these actions usually involve submitting forms. Set advanced button options by using the Button Properties panel.
The Button Properties panel is displayed when
you select (click on) a button inserted in your page. It corresponds to
the <INPUT> tag in the Tag
Selector:
To configure this panel, follow the instructions below:
In the Element ID text box enter the value for the id attribute. It will uniquely identify the element (button) in page.
In the Label text box enter the text that will be displayed on the button.
The Action radio group offers three possibilities regarding what happens when the button is clicked:
Submit form - the form data is submitted for processing.
Reset form - the input entered in the form controls is cleared.
None - specify the action to take place when the button is clicked.