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.

  1. Click the adding buttons button in the Form Tool window.

  2. 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.

  3. Choose the behavior you want by clicking Submit, Reset, or Plain button.

  4. Type the button label in the Value field.

  5. Click the Apply button; the button appears on your page.