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?
Forms are often used to request comments about a website, submit an application, or place an order. They might also be used for an online quiz or to request information from friends or students. A form is an element in a web page that contains form fields, which are used to collect information from users. Form fields allow users to enter information, generally by entering text in fields, selecting checkboxes and radio buttons, or selecting an option from a menu of choices. Users submit their information by clicking a SUBMIT button. For more information about form fields, see About Form Fields.
To help you create your form faster, Dreamweaver provides a Forms toolbar. The Forms bar, accessed from the Insert bar, allows you to insert a form field quickly without having to use the Insert menu.
On the Insert bar, from the Categories pull-down list, select Forms
![]()
A form field is surrounded by a red dotted line, this is the form boundary. Form objects must lie within a form boundary in order for the information the fields record to be sent and stored in a proper manner. Once the form field has been placed within the form boundary, you must assign a name-value pair to the form field. This can be done in the selected form field's Properties pane.
Place the insertion point in the page where you would like to insert a form
From the Forms bar , click FORM![]()
OR
From the Insert menu, select Form » Form
A blank form field, seen as a red dotted box, appears.

In the Label text box, type an appropriate and descriptive label
The Label is the text that identifies the form field for users.
Under Position, make the desired selection
OPTIONAL: In the Access key text box, type a letter
OPTIONAL: In the Tab index text box, type a numerical value
Click OK
NOTE: If a form field had not been previously inserted where you placed the form object, a Dreamweaver dialog box appears asking if you would like to insert a form tag.
Click YES
The form object appears inside a red dotted form field box.
Inserting form field objects involves not only the insertion process, but also assigning a name-value pair to the form object. Refer to the appropriate document, depending on the type of form field you would like to insert.
A form field Properties pane is used, among other things, to assign name-value pairs to form fields. For a definition of name-value pairs, refer to Terminology in the Working with Forms document. The form field Properties pane can be accessed by selecting a form field or form object (e.g., check boxes, radio buttons, text boxes).
Each form field has its own form field Properties pane (e.g., viewing the form field Properties pane for a text field will yield the text field Properties pane, with properties specific to text fields). Although each form field has different properties, the process for viewing the form field Properties pane is the same for all of them.
Select the form field
The form field Properties pane corresponding to the chosen form field appears.
NOTE: The form field Properties pane that appears depends on which type of form field or form object you select (i.e., the text field Properties pane appears if you select a text field).
