OBJECT
OnlineForm
link GraphQL Schema definition
- type OnlineForm {
- # Top-level layout items (containers and sections) that make up the form body, in
- # display order.
- : [OnlineFormItem]!
- # Header shown at the top of the form.
- : OnlineFormHeader!
- # Footer containing the submit button shown at the bottom of the form.
- : OnlineFormFooter!
- # Visual theme settings for the form.
- : OnlineFormTheme!
- # Behavioural settings controlling submission, notifications, limits, and record
- # handling.
- : OnlineFormSettings!
- }