Browse Source

Fixup options for tenancy type in 2021/22

pull/419/head
roobottom 3 years ago
parent
commit
277d292b7e
  1. 26
      config/forms/2021_2022.json

26
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-07-01T00:00:00.000+01:00", "end_date": "2022-03-31T23:59:59.999+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": {
"0": { "2": {
"value": "Assured" "value": "Assured"
}, },
"1": { "4": {
"value": "Assured Shorthold" "value": "Assured Shorthold"
}, },
"2": { "5": {
"value": "Licence agreement (almshouses only)" "value": "Licence agreement (almshouses only)"
}, },
"3": { "1": {
"value": "Secure (including flexible)" "value": "Secure (including flexible)"
}, },
"4": { "3": {
"value": "Other" "value": "Other"
} }
}, },
"conditional_for": { "conditional_for": {
"tenancyother": [ "tenancyother": [
4 3
] ]
} }
}, },
@ -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": {
"0": { "2": {
"value": "Assured" "value": "Assured"
}, },
"1": { "4": {
"value": "Assured Shorthold" "value": "Assured Shorthold"
}, },
"2": { "5": {
"value": "Licence agreement (almshouses only)" "value": "Licence agreement (almshouses only)"
}, },
"3": { "1": {
"value": "Secure (including flexible)" "value": "Secure (including flexible)"
}, },
"4": { "3": {
"value": "Other" "value": "Other"
} }
}, },
"conditional_for": { "conditional_for": {
"tenancyother": [ "tenancyother": [
4 3
] ]
} }
}, },

Loading…
Cancel
Save