OBJECT

OnlineForm

link GraphQL Schema definition

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