Each field has a number of properties that you can customize. To edit these properties, simply click on a field in the "Editor" tab"

The following table describes the purpose of each property:

Name Purpose
Title Is used as the <label> for each field. (e.g. Full Name)
Type Read-only. This is used internally by FormDen. Frequently, it corresponds to HTML5 field type.
Required? If checked, an asterisk will be appended to the field's label.
Instructions This is help text that will be added below the field. (e.g. Enter your first and last name)
Placeholder This is the initial value that you will see in gray when the form is empty (e.g. Jane Doe)
Unique Identifier Each field needs to have a unique identifier. This identifier is used as the name and id of the field in the HTML code.