Skip to content

Customization settings control the visual appearance and interactive elements of a form. They live at the top level of the form object.

Overview

SectionDescription
Design settingsTheme, colours, fonts, and border radius
LogoForm logo image, alignment, and display
Submit buttonButton label and alignment

These settings are returned alongside questions when you fetch a form via GET /v1/form/{id}.

{
  "designSettings": { "..." },
  "logo": { "..." },
  "submitButton": { "..." },
  "timer": { "..." }
}

What's next?

  • Form fields: question types and their schemas
  • Settings: behaviour, thank-you pages, and visibility