From 552b090b877b6492795ebc25e69d1775aa625f32 Mon Sep 17 00:00:00 2001 From: jen Date: Tue, 29 Oct 2024 17:58:15 +0000 Subject: [PATCH] revert --- runner/src/server/forms/test.json | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/runner/src/server/forms/test.json b/runner/src/server/forms/test.json index 8122a4c2a2..eb4d6364b9 100644 --- a/runner/src/server/forms/test.json +++ b/runner/src/server/forms/test.json @@ -28,7 +28,7 @@ "section": "checkBeforeYouStart", "next": [ { - "path": "/summary-1" + "path": "/how-many-people" }, { "path": "/no-uk-passport", @@ -53,14 +53,25 @@ "next": [] }, { - "path": "/summary-1", - "components": [], + "path": "/how-many-people", + "section": "applicantDetails", + "components": [ + { + "options": { + "classes": "govuk-input--width-10", + "required": true + }, + "type": "SelectField", + "name": "numberOfApplicants", + "title": "How many applicants are there?", + "list": "numberOfApplicants" + } + ], "next": [ { - "path": "/summary" + "path": "/applicant-one" } ], - "controller": "SummaryPageWithNextPageController", "title": "How many applicants are there?" }, {