Skip to content

The baseSettings object controls core form behaviour: submission rules, navigation, captcha, and display options.

Schema

FieldTypeDescription
preventMultipleSubmissionsbooleanBlock duplicate submissions from the same respondent
removeBrandingbooleanHide forms.app branding (requires a paid plan)
stepsbooleanEnable multi-step (one question per page) mode
isRtlbooleanRight-to-left text direction
autoPassSinglebooleanAuto-advance when a single-choice question has one option
backButtonbooleanShow a back button in multi-step forms
isEnabledSaveAsDraftbooleanAllow respondents to save progress as a draft
isEnabledSignupForSaveAsDraftbooleanRequire sign-up to save a draft
isEnabledMessagesbooleanEnable in-form messaging
isShouldShowCookieModalbooleanShow a cookie consent modal
hideCaptchabooleanHide the captcha challenge
forceShowCaptchaFromAdminbooleanForce captcha regardless of other settings
showSubmissionSummarybooleanShow a summary before final submission
cardDesignbooleanUse card-style layout for questions
"baseSettings": {
  "preventMultipleSubmissions": false,
  "removeBranding": false,
  "steps": false,
  "isRtl": false,
  "autoPassSingle": true,
  "backButton": false,
  "isEnabledSaveAsDraft": false,
  "isEnabledSignupForSaveAsDraft": false,
  "isEnabledMessages": true,
  "isShouldShowCookieModal": false,
  "hideCaptcha": false,
  "forceShowCaptchaFromAdmin": false,
  "showSubmissionSummary": false,
  "cardDesign": false
}