diff --git a/docs/form/question.md b/docs/form/question.md index e7694338b..17fa64aa5 100644 --- a/docs/form/question.md +++ b/docs/form/question.md @@ -87,6 +87,11 @@ end
Is used only for the household characteristics section as each person gets their own card on the CYA page. If you're looking to add a custom CYA card somewhere else in the form, see check_answers_card_title
+ +
check_answers_card_title
+
+ If set to non nil, on the CYA this question will be put in a box with this title. If multiple questions set the same check_answers_card_title, they will be grouped. +
Another example shows us some fields that are used when we want to infer the answers to one question based on a user's answers to another question. This can allow the user to have to answer fewer questions, lowering their total number of clicks.