OBJECT
OnlineFormProductsServicesField
link GraphQL Schema definition
- type OnlineFormProductsServicesField 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
- # If true, the combined total amount of selected products is shown on the form.
- : Boolean!
- # If true, product images are shown alongside each product.
- : Boolean!
- # If true, the number of products a respondent can select is capped.
- : Boolean!
- # Maximum number of products the respondent may select when the selection limit is
- # enabled.
- : Int
- # Placeholder text shown in the product-selection control before a product is
- # chosen.
- : String
- }
link Require by
This element is not required by anyone