Skip to content

Displays legal text that respondents must accept before submitting. Supports a linked label and inline content.

Schema

FieldTypeDescription
questionType"termsandconditions"Identifies this as a terms field
termsandconditions.showQuestionTitlebooleanShow or hide the question title
termsandconditions.label.beforeLinkedTextstringText before the link
termsandconditions.label.linkedTextstringClickable link text
termsandconditions.label.afterLinkedTextstringText after the link
termsandconditions.contentstringFull terms text shown in a modal
termsandconditions.urlstringExternal URL for the terms (empty if using inline content)
{
  "_id": "6a0ef84a3affac35058b0792",
  "questionType": "termsandconditions",
  "question": "Terms & conditions",
  "displayOrder": 9,
  "isRequired": true,
  "isDeleted": false,
  "isActive": true,
  "termsandconditions": {
    "showQuestionTitle": false,
    "label": {
      "beforeLinkedText": "I agree to ",
      "linkedText": "terms & conditions",
      "afterLinkedText": "."
    },
    "content": "Lorem ipsum dolor sit amet...",
    "url": ""
  }
}