Creating Forms > About form buttons > Correcting unknown input type

 

Correcting unknown input type

The Input Name Property inspector appears when Dreamweaver encounters an unrecognized input type. This will probably occur due to a typing error.

If you change the field type in the Property inspector to a value that Dreamweaver recognizes—for example, if you correct the spelling error—the Property inspector updates to show the properties for the recognized type.

Input Name assigns a name to the field. This field is required, and the name must be unique.

Type sets the input type of the field. The contents of this field reflect the input type value that currently appears in your HTML source code.

Value sets the value of the field.

Parameters opens the Parameters dialog box so you can view the current attributes of the field, as well as add or remove attributes.