diff --git a/src/_patterns/ask-users-for/multiple-responses.md b/src/_patterns/ask-users-for/multiple-responses.md index 12ccc3322..675281706 100644 --- a/src/_patterns/ask-users-for/multiple-responses.md +++ b/src/_patterns/ask-users-for/multiple-responses.md @@ -102,7 +102,10 @@ On the summary page, ensure that the edit links and delete buttons have accessib ## How to design and build - Single page -The Single page implementation variation of this pattern exposes an initial set of fields to collect a set of information with an option to add additional sets of information, one at a time. Note that this variation is currently used on VA.gov but is no longer the preferred variation for this pattern. +The Single page implementation variation of this pattern exposes an initial set of fields to collect a set of information with an option to add additional sets of information, one at a time. + + +

This single-page variation is currently used on VA.gov, but is no longer the preferred variation for this pattern. The multi-page pattern is recommended for new designs.

### Collection