Customization settings control the visual appearance and interactive elements of a form. They live at the top level of the form object.
| Section | Description |
|---|---|
| Design settings | Theme, colours, fonts, and border radius |
| Logo | Form logo image, alignment, and display |
| Submit button | Button label and alignment |
These settings are returned alongside questions when you fetch a form via GET /v1/form/{id}.
{
"designSettings": { "..." },
"logo": { "..." },
"submitButton": { "..." },
"timer": { "..." }
}- Form fields: question types and their schemas
- Settings: behaviour, thank-you pages, and visibility