Browse Source

update options on tenancy

pull/508/head
roobottom 3 years ago
parent
commit
ebc60133ad
  1. 36
      config/forms/2022_2023.json

36
config/forms/2022_2023.json

@ -1027,17 +1027,20 @@
"hint_text": "", "hint_text": "",
"type": "radio", "type": "radio",
"answer_options": { "answer_options": {
"1": {
"value": "Assured Shorthold Tenancy (AST) - Fixed term"
},
"6": {
"value": "Secure - fixed term"
},
"2": { "2": {
"value": "Assured" "value": "Assured - lifetime"
}, },
"4": { "7": {
"value": "Assured Shorthold" "value": "Secure - lifetime"
}, },
"5": { "5": {
"value": "Licence agreement (almshouses only)" "value": "Licence agreement"
},
"1": {
"value": "Secure (including flexible)"
}, },
"3": { "3": {
"value": "Other" "value": "Other"
@ -1071,17 +1074,20 @@
"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": {
"1": {
"value": "Assured Shorthold Tenancy (AST) - Fixed term"
},
"6": {
"value": "Secure - fixed term"
},
"2": { "2": {
"value": "Assured" "value": "Assured - lifetime"
}, },
"4": { "7": {
"value": "Assured Shorthold" "value": "Secure - lifetime"
}, },
"5": { "5": {
"value": "Licence agreement (almshouses only)" "value": "Licence agreement"
},
"1": {
"value": "Secure (including flexible)"
}, },
"3": { "3": {
"value": "Other" "value": "Other"
@ -1125,7 +1131,7 @@
"tenancy": 1 "tenancy": 1
}, },
{ {
"tenancy": 4 "tenancy": 6
} }
] ]
}, },

Loading…
Cancel
Save