Skip to content

Commit

Permalink
Merge pull request #222 from ukhsa-collaboration/submission-fix-final
Browse files Browse the repository at this point in the history
changed question names
  • Loading branch information
masuk-kazi98 authored Aug 1, 2024
2 parents cd55aa3 + e69858a commit 26616bc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions runner/src/server/forms/ReportAnOutbreak.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"title": "Acute Respiratory Infections (ARI) - COVID-19, Flu or unknown infection in Adult Social Care settings",
"components": [
{
"name": "S0Q1",
"name": "S0Q4",
"options": {
"customValidationMessages": {
"string.regex.base": "Enter a full UK postcode",
Expand All @@ -50,7 +50,7 @@
"hint": "Give the postcode of your care setting, not the management company. If you provide domiciliary or home care, enter the postcode of the care provider company."
},
{
"name": "S0Q2",
"name": "S0Q3",
"options": { "required": true },
"type": "SelectField",
"title": "Your local UKHSA health protection team",
Expand All @@ -69,13 +69,13 @@
"schema": {}
},
{
"name": "S0Q3",
"name": "S0Q2",
"options": {
"required": false,
"optionalText": false,
"classes": "govuk-input--width-10",
"conditionalTextField": {
"dependsOn": "S0Q4"
"dependsOn": "S0Q5"
},
"fieldName": "cqc"
},
Expand All @@ -93,7 +93,7 @@
"content": "<div class='govuk-checkboxes__divider'>or</div>"
},
{
"name": "S0Q4",
"name": "S0Q5",
"options": {
"hideTitle": true,
"required": false
Expand Down

0 comments on commit 26616bc

Please sign in to comment.