Frequently Asked Questions

Help Center Search

Adding Forms to Your Web Site

Print this Article
Last Updated: November 13, 2008 9:04 AM

A Web page form allows users to input and submit data, such as order information or user information. When a user submits the form, it is sent to the email address specified on the Site Settings page. (By default, this is the email address you entered when setting up your account). For information about setting your email address , see Editing Your Contact Information

Forms include form elements, where users input their data. There are several types of form elements:

  • Text box - Allows users to enter a line of text.
  • Text area - Allows users to enter multiple lines of text.
  • Radio button - Allows users to select an option from a group of options. Radio buttons are shown as circles with space in the center for a dot that indicates the radio button has been selected.
  • Checkbox - Allows users to select options from a group of options. Checkboxes are shown as squares with space within the borders for an X that indicates the checkbox has been selected.
  • List - Allows users to select options from a group of options. Lists are shown as a drop-down list or a list box.
  • Button - Allows users to click a button to call JavaScript code. For example, by clicking the Submit button, the user calls the JavaScript code that submits the form.

Using WebSite Tonight, you can add a blank or prepared form to a Web page. WebSite Tonight forms are designed to submit information from users in an email message sent to the email account you listed in your Contact Information. You can edit and customize the form and form elements to your specifications.

To Add a Prepared Form to Your Web Site

The available forms are: Contact Form and Loan Application. The Contact Form allows users to submit their contact information and comments. The Loan Application allows users to submit data for obtaining a loan.

  1. Log in to your WebSite Tonight account.
  2. From the Design menu, click Page Designer .
  3. If necessary, from the Select Page list, select the page you want to edit.
  4. Click the block you want to edit. Blocks are outlined in blue.
  5. Position your cursor where you want to add your form.
  6. From the Toolbox, select Forms.
  7. From Forms, move your mouse over Insert Form and select the form you want to insert.

To Preview Your Form

  1. Add the form using the steps in the procedure above.
  2. Click Preview.

To Add a Blank Form to Your Web Site

You can add a blank form to your Web site, specifying the details for it by inserting form elements and customizing those elements. When you add the form, WebSite Tonight includes a Submit and Reset button. You can keep these or delete them and add different form elements.

  1. Log in to your WebSite Tonight account.
  2. From the Design menu, click Page Designer .
  3. If necessary, from the Select Page list, select the page you want to edit.
  4. Click the block you want to edit. Blocks are outlined in blue.
  5. Position your cursor where you want to add your form.
  6. From the Toolbox, select Forms.
  7. From Forms, move your mouse over Insert Form and select the form you want to insert.
    The form displays.

Note: You can edit the form by editing or deleting the buttons, and you can add a different form element to the form. For more information about adding form elements, see Adding Form Elements

To learn more about creating forms, see http://www.w3schools.com/html/html_forms.asp.

To Preview the Form

  1. Add the form using the steps in the procedure above.
  2. From the File menu, click Preview.