| « Components | Forms | Special Components Tutorial Menu » | ||||
|
Forms allow you to receive information from the visitors to your web site. The forms can be created manually or by FrontPage's Form Page Wizard. To use the wizard, select File|New|Page from the menu bar.
Forms Toolbar Activate the Form toolbar by selecting Insert|Form and dragging the menu off the menu bar.
First, click the Form button. A dotted area with Submit and Reset buttons inside will appear. Click the Form Properties button.
Select the storage location for the form contents and name the form after Form name. Click Options... to specify text results page options, e-mail options and a confirmation page. On the form, place the cursor before the Submit button and press the ENTER key several times to add room in the form above the existing buttons.
Text Box Text boxes allow the user to enter one line of text. Click the button on the form toolbar to add a text box to the form. Activate the text box and select Format|Properties from the menu bar.
Name - Enter a name for the text box with no spaces. Validate... - Click this button to enter optional validation criteria.
Set the text box to only accept a certain data type, a minimum or maximum length, and other options. Text Area Text boxes allow the user to enter multiple lines of text. Click the button on the form toolbar to add a text area to the form. Activate the text area and select Format|Properties from the menu bar.
Set these properties just as in a text box. The width and number of lines in the text area can also be changed by clicking and dragging the handles of the text area. Check Box Check boxes allow the user to make multiple selections from a list. Add check boxes by clicking the button on the form toolbar, enter value, and press ENTER or SHIFT+ENTER after each one.
Select Format|Properties to change the checkbox properties.
Name - All checkboxes in the same list should be given the
same name. In the example above, the three checkboxes all have the
name "colleges". Radio Button Radio buttons allow the user to make only a single selection from a list. Add a list of radio buttons by clicking the button on the form toolbar, enter value, and press ENTER or SHIFT+ENTER after each one.
Select Format|Properties to change the radio button properties. These properties are similar to those for checkboxes. Drop-Down Menu If a check box or radio button is too long, a better choice may be a drop-down menu. The menu will consolidate the choices and take up less vertical space on the page. Add a drop-down menu to the form by clicking its button on the form toolbar. Add values to the menu by double-clicking on the menu. First, name the drop-down menu in the first field. Add choices to the menu by clicking the Add... button.
Choice - This is the text that will appear in the menu
To change a choice, highlight it in the listing and click the Modify... button or click Remove to delete the choice. Use the Move Up and Move Down buttons to change the order of the list. Height - Change this value to indicate the number of selections that should be visible without clicking to view more.
Allow multiple selections - The user would be able to select multiple items from the list by holding down the CTRL key while clicking the names.
|
||||||
| « Components | Forms | Special Components Tutorial Menu » | ||||