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.