Browse Source

manually copied accross LA changes

pull/508/head
roobottom 3 years ago
parent
commit
5ae8ef4d67
  1. 37
      config/forms/2022_2023.json

37
config/forms/2022_2023.json

@ -191,38 +191,9 @@
"header": "", "header": "",
"description": "", "description": "",
"questions": { "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": { "la": {
"check_answer_label": "Local Authority", "check_answer_label": "Local Authority",
"header": "Select a local authority", "header": "What is the local authority of the property?",
"hint_text": "", "hint_text": "",
"type": "select", "type": "select",
"answer_options": { "answer_options": {
@ -543,12 +514,6 @@
"E07000128": "Wyre", "E07000128": "Wyre",
"E07000239": "Wyre Forest", "E07000239": "Wyre Forest",
"E06000014": "York" "E06000014": "York"
},
"inferred_check_answers_value": {
"condition": {
"la_known": 0
},
"value": "Not known"
} }
} }
}, },

Loading…
Cancel
Save