From d1bb866ac4d933bacbd7b3cabca04a4dfd858fb6 Mon Sep 17 00:00:00 2001 From: Yaw Anokwa Date: Tue, 2 Nov 2021 21:22:42 -0700 Subject: [PATCH] or_other should not be used due to no language or choice_filter support --- src/form-question-types.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/form-question-types.rst b/src/form-question-types.rst index 57e317235..be4f786f3 100644 --- a/src/form-question-types.rst +++ b/src/form-question-types.rst @@ -1121,6 +1121,10 @@ This seed can also be used to recreate the order choices were displayed in. See Including "other" as a choice ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.. warning:: + + We do not recommend using :tc:`or_other` because it does not support multiple languages or :th:`choice_filter`. Instead, add your own "other" question and use form logic to have it appear as necessary. + On the **survey** sheet, in the :th:`type` column, after the type and the list_name, you can add :tc:`or_other`.