Browse Source

Undo changes to 2021_2022.json

pull/419/head
roobottom 3 years ago
parent
commit
59c304ede8
  1. 44
      config/forms/2021_2022.json

44
config/forms/2021_2022.json

@ -1,7 +1,7 @@
{ {
"form_type": "lettings", "form_type": "lettings",
"start_date": "2021-04-01T00:00:00.000+01:00", "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": { "sections": {
"setup": { "setup": {
"label": "Before you start", "label": "Before you start",
@ -993,25 +993,25 @@
"hint_text": "", "hint_text": "",
"type": "radio", "type": "radio",
"answer_options": { "answer_options": {
"2": { "0": {
"value": "Assured" "value": "Assured"
}, },
"4": { "1": {
"value": "Assured Shorthold" "value": "Assured Shorthold"
}, },
"5": { "2": {
"value": "Licence agreement (almshouses only)" "value": "Licence agreement (almshouses only)"
}, },
"1": { "3": {
"value": "Secure (including flexible)" "value": "Secure (including flexible)"
}, },
"3": { "4": {
"value": "Other" "value": "Other"
} }
}, },
"conditional_for": { "conditional_for": {
"tenancyother": [ "tenancyother": [
3 4
] ]
} }
}, },
@ -1037,25 +1037,25 @@
"hint_text": "This is also known as an ‘introductory period’.", "hint_text": "This is also known as an ‘introductory period’.",
"type": "radio", "type": "radio",
"answer_options": { "answer_options": {
"2": { "0": {
"value": "Assured" "value": "Assured"
}, },
"4": { "1": {
"value": "Assured Shorthold" "value": "Assured Shorthold"
}, },
"5": { "2": {
"value": "Licence agreement (almshouses only)" "value": "Licence agreement (almshouses only)"
}, },
"1": { "3": {
"value": "Secure (including flexible)" "value": "Secure (including flexible)"
}, },
"3": { "4": {
"value": "Other" "value": "Other"
} }
}, },
"conditional_for": { "conditional_for": {
"tenancyother": [ "tenancyother": [
3 4
] ]
} }
}, },
@ -1105,19 +1105,19 @@
"hint_text": "", "hint_text": "",
"type": "radio", "type": "radio",
"answer_options": { "answer_options": {
"1": { "0": {
"value": "Yes – sheltered housing" "value": "Yes – sheltered housing"
}, },
"2": { "1": {
"value": "Yes – extra care housing" "value": "Yes – extra care housing"
}, },
"3": { "2": {
"value": "No" "value": "No"
}, },
"divider": { "divider": {
"value": true "value": true
}, },
"4": { "3": {
"value": "Don’t know" "value": "Don’t know"
} }
} }
@ -1403,12 +1403,12 @@
} }
}, },
"conditional_for": { "conditional_for": {
"tenant_ethnic_group_mixed_other": [ "ethnic_other": [
2 2
] ]
} }
}, },
"tenant_ethnic_group_mixed_other": { "ethnic_other": {
"header": "How would the lead tenant describe their background? (optional)", "header": "How would the lead tenant describe their background? (optional)",
"hint_text": "", "hint_text": "",
"type": "text" "type": "text"
@ -1444,12 +1444,12 @@
} }
}, },
"conditional_for": { "conditional_for": {
"tenant_ethnic_group_white_other": [ "ethnic_other": [
3 3
] ]
} }
}, },
"tenant_ethnic_group_white_other": { "ethnic_other": {
"header": "How would the lead tenant describe their background? (optional)", "header": "How would the lead tenant describe their background? (optional)",
"hint_text": "", "hint_text": "",
"type": "text" "type": "text"
@ -1457,7 +1457,7 @@
}, },
"depends_on": [ "depends_on": [
{ {
"ethnic": 0 "ethnic_group": 0
} }
] ]
}, },

Loading…
Cancel
Save