From b25fc37f184970648b1b0ca4ee6e1c22712eb9b0 Mon Sep 17 00:00:00 2001 From: oli-rose <124210444+oli-rose28@users.noreply.github.com> Date: Wed, 19 Jul 2023 16:29:09 +0100 Subject: [PATCH] Added for loop to pass data --- docs/v13/documentation/pass-data.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/v13/documentation/pass-data.md b/docs/v13/documentation/pass-data.md index 9e5343d6..7fddac10 100644 --- a/docs/v13/documentation/pass-data.md +++ b/docs/v13/documentation/pass-data.md @@ -29,6 +29,15 @@ You can show what the user entered later on like this:

``` +Answers from checkboxes will appear with commas, like 'a,b,c'. To show them as a list, use a for loop: +``` + +``` + ### Show answers in inputs If a user goes back to a page where they entered data, they would expect to see the answer they gave.