OBJECT
OnlineFormTextAreaField
link GraphQL Schema definition
- type OnlineFormTextAreaField implements OnlineFormFieldInterface {
- # Identifier of the entity field this form field captures.
- : String!
- # Label shown above the field on the form.
- : String!
- # Help text shown under the field label on the form.
- : String!
- # If true, an image is displayed alongside the field.
- : Boolean!
- # Cloud storage identifier of the image displayed with the field.
- : ID
- # If true, the field is shown on the form.
- : Boolean!
- # If true, the field must be filled in before the form can be submitted.
- : Boolean!
- # If true, the field is displayed but cannot be edited by the respondent.
- : Boolean!
- # If true, the field is pre-populated with a value when the form loads.
- : Boolean!
- # Source of the prefill value: Custom for a fixed value, Field to copy from
- # another field.
- : OnlineFormPrefillTypeEnum!
- # Identifier of the field whose value is copied in when prefill type is Field.
- : String
- # Identifier of the lookup field used to resolve the prefill value when prefilling
- # from a related record.
- : ID
- # Filter conditions that control whether the field is shown, based on the values
- # of other fields.
- : FieldFilter
- # Hint text shown inside the empty input.
- : String
- # Fixed text used to pre-populate the field when prefill is enabled.
- : String
- }
link Require by
This element is not required by anyone