Skip to content

Commit 4a4109c

Browse files
Minor edits
1 parent 4eea529 commit 4a4109c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/form_settings_xls.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This article covers how to add and utilize the available form settings in XLSFor
1313
To add form settings in XLSForm:
1414
1. Add a `settings` worksheet to your XLSForm.
1515
2. Create a new column for each setting, using the exact column name shown [in the table below](https://support.kobotoolbox.org/form_settings_xls.html#available-form-settings-in-xlsform).
16-
3. Under each setting, specify the relevant value.
16+
3. Under each setting, specify the relevant value (see example below).
1717

1818
**settings worksheet**
1919

@@ -31,7 +31,7 @@ Available form settings in XLSForm include:
3131
| <code>form_title</code> | Specifies the title of the form that is shown to users. This can also be set and managed in KoboToolbox when the form is uploaded. |
3232
| <code>version</code> | Includes a string that represents the current version of the XLSForm (e.g., v1 or YYYYMMDD). Useful for tracking form versions for collaboration. |
3333
| <code>instance_name</code> | Specifies a unique name for each form submission using fields filled in by the user during the survey. Appears in the data table for each submission. Can be used to create custom participant or submission IDs.<br><br>For example, <code>concat(${lname}, '-', ${fname}, '-', today())</code> returns <code>lastname-firstname-date</code>. |
34-
| <code>default_language</code> | Sets the default language in <a href="https://support.kobotoolbox.org/language_xls.html">translated forms</a>. The format <strong>language (code)</strong> should be used, as defined in the <a href="https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry">IANA language registry website</a>. |
34+
| <code>default_language</code> | Sets the default language in <a href="https://support.kobotoolbox.org/language_xls.html">translated forms</a>. The <strong>language (code)</strong> format is used, as defined in the <a href="https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry">IANA language registry website</a>. |
3535
| <code>style</code> | Specifies an <a href="https://support.kobotoolbox.org/form_style_xls.html">alternative theme for Enketo web forms</a>. |
3636
| <code>allow_choice_duplicates</code> | Allows an XLSForm to reuse duplicated option names <strong>within</strong> a choice list (e.g., when using choice filters where choice names are duplicated). |
3737
| <code>public_key</code> | Specifies the public key for <a href="https://support.kobotoolbox.org/encrypting_forms.html?highlight=encryption">encryption-enabled forms</a>. |

0 commit comments

Comments
 (0)