From f26ee3c5b28f6f53abb410779ee3a3aa19e47481 Mon Sep 17 00:00:00 2001 From: samyou-softwire Date: Wed, 25 Mar 2026 09:50:15 +0000 Subject: [PATCH] CLDC-NONE: Document check_answers_card_title --- docs/form/question.md | 5 +++++ 1 file changed, 5 insertions(+) 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.