From 59c304ede8fcdf84d8709567976f47dcd39cd005 Mon Sep 17 00:00:00 2001 From: roobottom Date: Fri, 25 Mar 2022 10:57:49 +0000 Subject: [PATCH] Undo changes to 2021_2022.json --- config/forms/2021_2022.json | 44 ++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/config/forms/2021_2022.json b/config/forms/2021_2022.json index 211a72ceb..4216c416d 100644 --- a/config/forms/2021_2022.json +++ b/config/forms/2021_2022.json @@ -1,7 +1,7 @@ { "form_type": "lettings", "start_date": "2021-04-01T00:00:00.000+01:00", - "end_date": "2022-03-31T23:59:59.999+01:00", + "end_date": "2022-07-01T00:00:00.000+01:00", "sections": { "setup": { "label": "Before you start", @@ -993,25 +993,25 @@ "hint_text": "", "type": "radio", "answer_options": { - "2": { + "0": { "value": "Assured" }, - "4": { + "1": { "value": "Assured Shorthold" }, - "5": { + "2": { "value": "Licence agreement (almshouses only)" }, - "1": { + "3": { "value": "Secure (including flexible)" }, - "3": { + "4": { "value": "Other" } }, "conditional_for": { "tenancyother": [ - 3 + 4 ] } }, @@ -1037,25 +1037,25 @@ "hint_text": "This is also known as an ‘introductory period’.", "type": "radio", "answer_options": { - "2": { + "0": { "value": "Assured" }, - "4": { + "1": { "value": "Assured Shorthold" }, - "5": { + "2": { "value": "Licence agreement (almshouses only)" }, - "1": { + "3": { "value": "Secure (including flexible)" }, - "3": { + "4": { "value": "Other" } }, "conditional_for": { "tenancyother": [ - 3 + 4 ] } }, @@ -1105,19 +1105,19 @@ "hint_text": "", "type": "radio", "answer_options": { - "1": { + "0": { "value": "Yes – sheltered housing" }, - "2": { + "1": { "value": "Yes – extra care housing" }, - "3": { + "2": { "value": "No" }, "divider": { "value": true }, - "4": { + "3": { "value": "Don’t know" } } @@ -1403,12 +1403,12 @@ } }, "conditional_for": { - "tenant_ethnic_group_mixed_other": [ + "ethnic_other": [ 2 ] } }, - "tenant_ethnic_group_mixed_other": { + "ethnic_other": { "header": "How would the lead tenant describe their background? (optional)", "hint_text": "", "type": "text" @@ -1444,12 +1444,12 @@ } }, "conditional_for": { - "tenant_ethnic_group_white_other": [ + "ethnic_other": [ 3 ] } }, - "tenant_ethnic_group_white_other": { + "ethnic_other": { "header": "How would the lead tenant describe their background? (optional)", "hint_text": "", "type": "text" @@ -1457,7 +1457,7 @@ }, "depends_on": [ { - "ethnic": 0 + "ethnic_group": 0 } ] },