Skip to content

Commit 2d2146c

Browse files
authored
Update question_options_xls.md
- Move "To learn more about form logic" section to separate box
1 parent b31e74e commit 2d2146c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

source/question_options_xls.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,4 +185,8 @@ XLSForms can include additional columns in the survey worksheet for more advance
185185
| trigger | The trigger column can be used to run a calculation only when the response to another visible question in the form is changed. For more information, see <a href="https://xlsform.org/en/#trigger">XLSForm documentation</a>. |
186186
| body::accept | To limit the accepted file types for `file` questions, specify file extensions in the `body::accept` column, separated by a comma (e.g., .pdf, .doc). |
187187

188-
Other columns can also be added to incorporate form logic into your XLSForm. To learn more about adding form logic, see [Adding skip logic in XLSForm](https://support.kobotoolbox.org/skip_logic_xls.html), [Adding constraints in XLSForm](https://support.kobotoolbox.org/constraints_xls.html), [Adding required logic in XLSForm](https://support.kobotoolbox.org/required_logic_xls.html), [Adding choice filters in XLSForm](https://support.kobotoolbox.org/choice_filters_xls.html), and [Adding calculations in XLSForm](https://support.kobotoolbox.org/calculations_xls.html).
188+
Other columns can also be added to incorporate form logic into your XLSForm.
189+
190+
<p class="note">
191+
To learn more about adding form logic, see <a href="https://support.kobotoolbox.org/skip_logic_xls.html">Adding skip logic in XLSForm</a>, <a href="https://support.kobotoolbox.org/constraints_xls.html">Adding constraints in XLSForm</a>, <a href="https://support.kobotoolbox.org/required_logic_xls.html">Adding required logic in XLSForm</a>, <a href="https://support.kobotoolbox.org/choice_filters_xls.html">Adding choice filters in XLSForm</a>, and <a href="https://support.kobotoolbox.org/calculations_xls.html">Adding calculations in XLSForm</a>.
192+
</p>

0 commit comments

Comments
 (0)