From 5ae8ef4d673f36de9fcdbd1f7ed8877c8624a35f Mon Sep 17 00:00:00 2001 From: roobottom Date: Tue, 26 Apr 2022 11:45:25 +0100 Subject: [PATCH] manually copied accross LA changes --- config/forms/2022_2023.json | 37 +------------------------------------ 1 file changed, 1 insertion(+), 36 deletions(-) diff --git a/config/forms/2022_2023.json b/config/forms/2022_2023.json index 0a855d8b0..9d6d89fed 100644 --- a/config/forms/2022_2023.json +++ b/config/forms/2022_2023.json @@ -191,38 +191,9 @@ "header": "", "description": "", "questions": { - "la_known": { - "check_answer_label": "Do you know what local authority the property is located in?", - "header": "Do you know what local authority the property is located in?", - "hint_text": "", - "type": "radio", - "hidden_in_check_answers": { - "depends_on": [ - { - "la_known": 0 - }, - { - "la_known": 1 - } - ] - }, - "answer_options": { - "1": { - "value": "Yes" - }, - "0": { - "value": "No" - } - }, - "conditional_for": { - "la": [ - 1 - ] - } - }, "la": { "check_answer_label": "Local Authority", - "header": "Select a local authority", + "header": "What is the local authority of the property?", "hint_text": "", "type": "select", "answer_options": { @@ -543,12 +514,6 @@ "E07000128": "Wyre", "E07000239": "Wyre Forest", "E06000014": "York" - }, - "inferred_check_answers_value": { - "condition": { - "la_known": 0 - }, - "value": "Not known" } } },