Frequently Asked Questions

Help Center Search

Adding and Editing Form Buttons

Print this Article
Last Updated: October 9, 2008 1:26 PM

A form element is part of a form. You must add a form before you can add a form element. For more information about adding a form, see Adding Forms to Your Web Site.

You can add a Normal, Submit, or Reset button. Normal buttons do not have actions assigned to them, but you can assign an action in the button properties. Submit and Reset buttons have actions assigned to them for either submitting a form or resetting the fields on a form.

To Add a Button as a Form Element

  1. Log in to your WebSite Tonight account.
  2. From the Design menu, click Page Designer .
  3. If necessary, from the You are editing list, select the page that contains the form you want to edit.
  4. Click the form you want to edit.
  5. Go to the Options tab, and then select Edit Form.
  6. From the Insert Fields list select one of the following:
    Normal Button
    Inserts a button. You can assign properties to the normal button.
    Submit Button
    Submits the form.
    Reset Button
    Clears the information entered in the form.
  7. If you want to assign properties to the button, modify the properties in the Button Properties pane.
  8. Click OK.

To Edit the Text on a Form Button

  1. Log in to your WebSite Tonight account.
  2. From the Design menu, click Page Designer .
  3. If necessary, from the You are editing list, select the page you want to edit.
  4. Click the table you want to edit.
  5. From the Edit Content window, double-click the button that contains the text you want to edit.
  6. Edit the text, and then click outside the button area.
  7. Click OK.

To Set Button Properties

  1. Log in to your WebSite Tonight account.
  2. From the Design menu, click Page Designer .
  3. If necessary, from the You are editing list, select the page you want to edit.
  4. Click the table you want to edit.
  5. Click the button you want to edit. The Text Box Properties displays in the toolbox.
  6. If necessary, in the Label field, edit the button label.
  7. To add a tooltip that displays when users move over the button, in the Tooltip field, enter the tooltip.
  8. In the OnClick field, specify the JavaScript code you want to call when the user clicks the button.
  9. To move the button above the previous item in the form, click Move Up.
  10. To move the button below the next item in the form, click Move Down.