Browse Source

Update order of questions in ‘Set up your lettings log’ section

pull/293/head
Paul Robert Lloyd 3 years ago
parent
commit
e7e2e732a6
  1. 52
      config/forms/2021_2022.json

52
config/forms/2021_2022.json

@ -43,6 +43,26 @@
} }
} }
}, },
"needs_type": {
"header": "",
"description": "",
"questions": {
"needstype": {
"check_answer_label": "Needs type",
"header": "What is the needs type?",
"hint_text": "",
"type": "radio",
"answer_options": {
"1": {
"value": "General needs"
},
"0": {
"value": "Supported housing"
}
}
}
}
},
"renewal": { "renewal": {
"header": "", "header": "",
"description": "", "description": "",
@ -75,8 +95,8 @@
} }
} }
}, },
"about_this_letting": { "rent_type": {
"header": "Tell us about this letting", "header": "",
"description": "", "description": "",
"questions": { "questions": {
"rent_type": { "rent_type": {
@ -85,20 +105,20 @@
"hint_text": "", "hint_text": "",
"type": "radio", "type": "radio",
"answer_options": { "answer_options": {
"0": {
"value": "Social rent"
},
"1": { "1": {
"value": "Affordable rent" "value": "Affordable rent"
}, },
"2": { "2": {
"value": "London affordable rent" "value": "London Affordable Rent"
},
"4": {
"value": "London Living Rent"
}, },
"3": { "3": {
"value": "Rent to buy" "value": "Rent to Buy"
}, },
"4": { "0": {
"value": "London living rent" "value": "Social Rent"
}, },
"5": { "5": {
"value": "Other intermediate rent product" "value": "Other intermediate rent product"
@ -114,20 +134,6 @@
"check_answer_label": "Product name", "check_answer_label": "Product name",
"header": "What is intermediate rent product name?", "header": "What is intermediate rent product name?",
"type": "text" "type": "text"
},
"needstype": {
"check_answer_label": "Needs type",
"header": "What is the needs type?",
"hint_text": "",
"type": "radio",
"answer_options": {
"0": {
"value": "Supported housing"
},
"1": {
"value": "General needs"
}
}
} }
} }
}, },

Loading…
Cancel
Save