Form nodes
The forms editor provides standard nodes to create your forms. The following nodes are available:
Text
The Text field accepts a single string. There is no character limit for this field.
Details
Field | Description |
---|---|
Key |
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:
|
Textarea
The Textarea field accepts multiline strings. There is no limit for the number of lines for this field.
Details
Field | Description |
---|---|
Key |
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:
|
Checkbox
The Checkbox field accepts a boolean value.
Details
Field | Description |
---|---|
Key |
Property to write the checkbox 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:
|
Select
The Select field accepts a single line from a list of enumerated values.
Currently, the enumerated values must be manually entered into the form for them to appear as a form selection. |
Details
Field | Description |
---|---|
Key |
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 to add an enumerated value for your options. For example:
|
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:
|
Multiselect
The Multiselect field accepts multiple strings from a list of enumerated values or freeform text input.
Details
Field | Description |
---|---|
Key |
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 to add one or more enumerated values for the Multiselect 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. |
Use validation |
Click to require validation on the Multiselect field. If you click the box, enter the following:
|
Date
The Date field accepts a single ISO-formatted string.
Details
Field | Description |
---|---|
Key |
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:
|