This browser does not support basic Web standards, preventing the display of our site's intended design. May we suggest that you upgrade your browser?
Text boxes allow users to type in information. Text boxes and text areas are two kinds of text boxes that can be used in a form. Text boxes are used for small amounts of text input—a maximum of 500 characters; text areas are used for multiple lines of input.
NOTE: For more information about working with form fields, please refer to Inserting the First Form Field, Opening the Form Field Properties Dialog Box, and Terminology.
Open a FrontPage document
Within the form boundary, place the insertion point where you want to insert the form field
From the Insert menu, select Form » Textbox
A text box appears.

Before or after the text box, type the desired text
The name of a text box indicates what type of information you are prompting the user for or identifies what question you were asking, such as a text box requesting a user's name may have the name "username" which will correspond to the value of the text box: the user's name.
The initial value of a text box is visible to users because it will appear to the users in the text box. This text can be used to indicate the type of response you want from a user, such as a text box prompting users to enter their names may have the initial text "Last, First " displayed.
When a user submits the form, the user-supplied value of the text box will be matched with the name of the text box. The information the form developer receives may look like this:
name: value
EXAMPLE: username: Susan
Therefore, the name username identifies what question was being asked and the value indicates what the user answered for the particular question.


Double click the text box
OR
Right click the text box » select Form Field Properties...
The Text Box Properties dialog box appears.

In the Name text box, type the desired name
In the Initial value text box, type the desired value
NOTE: This text will be visible to users.
In the Width in characters text box, type the desired width
NOTE: The default width is 20 characters. This width does not indicate how many characters users can enter into the text box; it indicates how many characters wide the text box will appear on the screen.
OPTIONAL: If the text box is going to be used for a Password field, select Yes
Click OK
Open a FrontPage document
Within the form boundary, place the insertion point where you want to insert the form field
From the Insert menu, select Form » Text Area
A text area appears.

Before or after the text area, type the desired text
Proceed with Assigning the Name-Value Pair
The name of a text area indicates what type of information you are prompting the user for or identifies what question you are asking. For example, a text area prompting users to enter a description of their qualifications may have the name "qualifications," which will correspond to the value of the text box, the user's entered qualifications.
The initial value of a text area is visible to users because it will appear in the text box. This text could be used to indicate the type of response you would like from a user. For example, a text area prompting users to enter a description of their qualifications may have the initial text "qualifications" displayed.
When a user submits the form, the user-supplied value of the text area will be matched with the name of the text area. The information the form developer receives may look like this:
name: value
EXAMPLE: qualifications: BS Degree from UW-Eau Claire
Therefore, the name qualifications identifies what question was being asked and the value indicates what the user answered for the particular question.


Insert a text area
Double click the text area
OR
Right click the text area » select Form Field Properties...
The TextArea Box Properties dialog box appears.

In the Name text box, type the desired name
In the Initial value text box, type the desired value
In the Width in characters text box, type the desired width
NOTE: The default width is 20 characters. This width does not indicate how many characters users can enter into the text box, it indicates how many characters wide the text box will appear on the screen.
In the Number of lines text box, type the desired height
HINT: The default height is two lines. This does not reflect how much the user can type in the text area, only the height of the text box on the screen.
Click OK
When Netscape users complete a text area, the text does not automatically wrap. This can be disconcerting to the user. To force the wrap for all users:
Select the text area
Sizing handles appear in the corners of the text area.
From the Edit menu, select Quick Tag Editor
OR
Press [Ctrl] + [Q]
The Quick Tag Editor dialog box appears.
In the Edit Tag text box, after cols="20", add the word WRAP
EXAMPLE: The code should be similar to the following graphic.
![]()
Click ENTER![]()
Text in the text area will now wrap.
When done, click SHOW DESIGN VIEW
The Design view appears.