Requiredcheckbox for when the field must always be included in an element, and
Repeatableif more than one instance of the field is allowed. You can also select a different display widget from the
Widget Typeselect list if you'd like to change how the field is displayed, such as from a text input box to a textarea field.
Code Selectfield 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).Labelbut for radio Fields.
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 (\
).
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.