Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbutongit committed Oct 29, 2024
1 parent b3dac87 commit 552b090
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions runner/src/server/forms/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"section": "checkBeforeYouStart",
"next": [
{
"path": "/summary-1"
"path": "/how-many-people"
},
{
"path": "/no-uk-passport",
Expand All @@ -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?"
},
{
Expand Down

0 comments on commit 552b090

Please sign in to comment.