Form fields
The forms editor provides standard fields to create your forms.
Custom fields
Create new forms using custom fields. Each field has a Key
component allowing you to map
the property to a specific schema element for the request type. You can find an example
in Create a custom request type.
Text
The Text field accepts a single string. There is no character limit for this field.
Details
Field | Description |
---|---|
Key |
Enter or select a property to write the field value to. |
Label |
Enter a label for the Text field. The label appears within the field. |
Description |
Enter help text that describes the Text field. The text appears below the field. |
Required |
Click to make the field required. |
Read Only |
Click to make the field non-editable. |
Provide Default Value |
Click to enable and enter a default value. |
Columns |
Enter a numeric value for the number of columns to make the field. Possible values are 1-12. |
Offset |
Enter a numeric value to offset from the left. Possible values are 0-11. |
Use validation |
Click to require validation on the Text field. If you click the box, enter the following:
|
Events |
On Change Event: Enable On Change Event. Enter a JavaScript script to process the On Change event. |
Textarea
The Textarea field accepts multiline strings. There is no limit for the number of lines for this field.
Details
Field | Description |
---|---|
Key |
Enter or select a property to write the field value to. |
Label |
Enter a label for the Textarea field. The label appears within the field. |
Description |
Enter help text that describes the Textarea field. The text appears below the field. |
Required |
Click to make the field required. |
Read Only |
Click to make the field non-editable. |
Provide Default Value |
Click to enable and enter a default value. |
Columns |
Enter a numeric value for the number of columns to make the field. Possible values are 1-12. |
Offset |
Enter a numeric value to offset from the previous column. Possible values are 0-11. |
Use validation |
Click to require validation on the Textarea field. If you click the box, enter the following:
|
Events |
On Change Event: Enable On Change Event. Enter a JavaScript script to process the On Change event. |
Checkbox
The Checkbox field accepts a boolean value.
Details
Field | Description |
---|---|
Key |
Enter or select a property to write the field value to. |
Label |
Enter a label for the Checkbox field. The label appears next to the checkbox. |
Description |
Enter help text that describes the Checkbox field. The text appears below the checkbox. |
Read Only |
Click to make the field non-editable. |
Provide Default Value |
Click to enable and enter a default value. |
Columns |
Enter a numeric value for the number of columns to make the checkbox. Possible values are 1-12. |
Offset |
Enter a numeric value to offset from the previous column. Possible values are 0-11. |
Use validation |
Click to require validation on the checkbox. If you click the box, enter the following:
|
Events |
On Change Event: Enable On Change Event. Enter a JavaScript script to process the On Change event. |
Select
The Select field accepts a single line from a list of enumerated values.
If you use a Select or Multiselect form field with an identity object (for example, Learn more in Assign access request privileges to identities. |
Details
Field | Description |
---|---|
Key |
Enter or select a property to write the field value to. |
Label |
Enter a label for the Select field. The label appears within the field. |
Description |
Enter help text that describes the Select field. The text appears below the field. |
Required |
Click to make the field required. |
Read Only |
Click to make the field non-editable. |
Options |
Click one of the following to populate the Select field entries: Enumerated or Object.
|
Columns |
Enter a numeric value for the number of columns to make the field. Possible values are 1-12. |
Offset |
Enter a numeric value to offset from the previous column. Possible values are 0-11. |
Use validation |
Click to require validation on the Select field. If you click the box, enter the following:
|
Events |
On Change Event: Enable On Change Event. Enter a JavaScript script to process the On Change event. |
Multiselect
The Multiselect field accepts multiple strings from a list of enumerated values or freeform text input.
If you use a Select or Multiselect form field with an identity object (for example, Learn more in Assign access request privileges to identities. |
Details
Field | Description |
---|---|
Key |
Enter or select a property to write the field value to. |
Label |
Enter a label for the Multiselect field. The label appears within the field. |
Description |
Enter help text that describes the Multiselect field. The text appears below the field. |
Required |
Click to make the field required. |
Read Only |
Click to make the field non-editable. |
Options |
Click one of the following to populate the Select field entries: Enumerated or Object.
|
Columns |
Enter a numeric value for the number of columns to make the field. Possible values are 1-12. |
Offset |
Enter a numeric value to offset from the previous column. Possible values are 0-11. |
Use validation |
Click to require validation on the Multiselect field. If you click the box, enter the following:
|
Events |
On Change Event: Enable On Change Event. Enter a JavaScript script to process the On Change event. |
Date
The Date field accepts a single ISO-formatted string.
Details
Field | Description |
---|---|
Key |
Enter or select a property to write the field value to. |
Label |
Enter a label for the Date field. The label appears within the field. |
Description |
Enter help text that describes the Date field. The text appears below the field. |
Required |
Click to make the field required. |
Read Only |
Click to make the field non-editable. |
Columns |
Enter a numeric value for the number of columns to make the field. Possible values are 1-12. |
Offset |
Enter a numeric value to offset from the previous column. Possible values are 0-11. |
Use validation |
Click to require validation on the Text field. If you click the box, enter the following:
|
Events |
On Change Event: Enable On Change Event. Enter a JavaScript script to process the On Change event. |
Utility
Enhance your forms using the utility fields, such as Form Text and Section. You can use the fields to add instructions to your form or organize the fields together.
Form Text
The Form Text field accepts multiple text strings. You can use this form field for any custom or generalized text, such as instructions.
Details
Field | Description |
---|---|
Text to display |
Enter custom form text. There is no character limit for this field. |
Columns |
Enter a numeric value for the number of columns to make the field. Possible values are 1 - 12. |
Offset |
Enter a numeric value to offset from the previous column. Possible values are 0 - 11. |