OBJECT

OnlineFormHeader

link GraphQL Schema definition

  • type OnlineFormHeader {
  • # Heading text shown at the top of the form.
  • title: String!
  • # Subtitle text shown under the form heading.
  • description: String!
  • # If true, the header is shown on the form.
  • visible: Boolean!
  • # If true, the header is repeated on every page of a multi-page form rather than
  • # only the first.
  • showHeaderOnAllPages: Boolean!
  • }