You can add the basic building blocks of an insert page separately using the form tools and the Server Behaviors panel.
You can also add the building blocks all at once using the Record Insertion Form application object. For more information, see Building the insert page in one operation.
The procedure to build the insert page consists of two steps:
An empty form is created on the page. You may have to enable Invisible Elements (View > Visual Aids > Invisible Elements) to see the forms boundaries, which are represented by thin red lines.
<form>
tag at the bottom of the Document window to select the form, opening the Property inspector (Window > Properties), and entering a name in the Form Name text box.
You dont need to specify an action
or method
attribute for the form to tell it where and how to send the record data when the user clicks the Submit button. The Insert Record server behavior sets these attributes for you.
The form objects are for data entry. Text fields are common for this purpose, but you can also use menus, checkboxes, and radio buttons.
For more information on form objects, see Inserting HTML form objects.
You can change the label of the Submit button by selecting the button, opening the Property inspector (Window > Properties), and entering a new value in the Label text box.
The Insert Record dialog box appears.
For instructions, see:
Dreamweaver adds a server behavior to the page that lets users insert records in a database table by clicking the Submit button on the form.
To edit the server behavior, open the Server Behaviors panel (Window > Server Behaviors) and double-click the Insert Record behavior.
![]() | ![]() |