Settings Sheet
The settings sheet contains metadata about your form. In your case, only two fields are supported:
form_title
This is the name of your form as it will appear to users. It’s typically shown at the top of the screen or on the form loading screen.
Example:
form_title
Customer Feedback Survey
default_language (optional)
This sets the default language that the form will use if no language is selected or if the device does not support language selection.
The value must match one of the language codes used in your label columns (for example, en
, fr-FR
, es
, etc.).
Example:
default_language
en
You can include both fields in the same row:
form_title
default_language
Customer Feedback Survey
en
Last updated
Was this helpful?