Skip to content

Commit c122c7b

Browse files
authored
Document allow_choice_duplicates (#1924)
1 parent 8d1e924 commit c122c7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/xlsform.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ Other available columns are:
6767
- ``public_key``: This attribute is necessary for enabling :ref:`encryption <defining-encrypted-form>`. It represents a base64-encoded RSA public key. The corresponding private key will be required for decrypting submissions and should not be included in the form definition.
6868
- ``auto_send``: When set to true, any finalized forms will be automatically sent as soon as a connection becomes available. If present, it will override the app-level :ref:`Auto send <auto-send>` setting.
6969
- ``auto_delete``: When set to true, successfully submitted forms will be immediately deleted from the device. If present, it will override the app-level :ref:`Delete after send <delete-after-send>` setting.
70+
- ``allow_choice_duplicates``: When set to ``yes``, enables the use of duplicate choice names within the same list. This is sometimes necessary, for example, in cascading selects where choices with the same name are distinguished by a preceding question. Without this setting, forms with duplicate choice names will produce an error and not convert.
7071

7172
.. _instance-name:
7273

0 commit comments

Comments
 (0)