Adding Buttons to a Form
You add a push button to your form to let people submit their form. For
instance, after completing an online order form, a person might press a Send
button. You also use buttons if you want to let people quickly restore
the default settings or clear the fields.
-
Click the adding buttons button
in
the Form Tool window.
-
Enter a name for this button in the Field Name field.
This name does not appear on the form; it's stored in the HTML file.
The cgi-bin script uses this name to identify the information collected
from that field.
-
Choose the behavior you want by clicking Submit, Reset,
or Plain button.
-
Click the Submit button if you want users to click
this button when they are finished filling in the form. For instance,
they may click a button when they're ready to send their online order
form. Or they may click a button when they're ready to begin searching
for a specified word.
-
Click the Reset button if you want people to click the
button to restore the default values or clear the fields.
-
Click the Plain button if you want a button that has no
predefined action but can be used with JavaScript.
-
Type the button label in the Value field.
-
Click the Apply button; the button appears on your page.