Properties
Enter a brief description and select the Required checkbox for when the field must always be included in an element, and Repeatable if more than one instance of the field is allowed. You can also select a different display widget from the Widget Type select list if you'd like to change how the field is displayed, such as from a text input box to a textarea field.
Display Attributes
The attributes listed will vary depending on the type of Field, but will include the following:
Allow multiple (Select, Code Select)
This attribute applies only to select fields, and indicates whether the user can select multiple items from the list, rather than just one.
Checked (Checkbox)
A checkbox that can be used to set the default for a checkbox field: either checked or unchecked.
Code (Code Select)
A Code Select field allows arbitrary Perl code to generate the items in a select list. The last statement of the code must return an array reference whose elements are alternately the values and labels in the list (the array must therefore have an even number of items). For example, if you returned [ 1 => 'One', 2 => 'Two' ], the user would see a list with items One and Two, whose values (in a template) would be respectively 1 and 2 (works just like a Select field).
Columns (Textarea)
Number of columns in a textarea.
Default Value (Text, Radio, Pulldown, Select, Code Selectt, Textarea)
The default value for this Field.
Group Label (radio)
Same as Label but for radio Fields.
Label (Text, Radio, Checkbox, Pulldown, Select, Code Select, Textarea, Date)
The label displayed in a document element, list of available elements, etc.
Maximum Size (Text, Textarea)
If the maximum size is set to zero, then there is no restriction on the maximum number of characters entered in the text or textarea field. If it is set to a value, then the number of characters in the field will be limited to that number. Textarea fields will also have a character counter displayed above the them to indicate how many characters have been used and how many are left.
Options, Label (Radio, Pulldown, Select)

A list of rows consisting of values and labels. Note that Options, Label indicates the format of each row: a value followed by a label. for example, for a select list offer numeric values but use word labels, it would look like this:

1,One
2,Two
3,Three
4,Four

In order to include a comma within either the option or label, precede the comma with a backslash (\).

Rows (Textarea)
Number of rows in a textarea.
Size (Text, Select)
The size of this Field.

If you want to delete this field type from its element type, select the Delete this Profile checkbox.

When finished, click Save, or Cancel to ignore your changes.