Browse Source

Merge pull request #293 from communitiesuk/update-set-up-log-question-order

CLDC-900: Update order of questions in ‘Set up your lettings log’ section
pull/299/head
Paul Robert Lloyd 3 years ago committed by GitHub
parent
commit
c241a67c4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 54
      config/forms/2021_2022.json

54
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": {
"header": "",
"description": "",
@ -75,8 +95,8 @@
}
}
},
"about_this_letting": {
"header": "Tell us about this letting",
"rent_type": {
"header": "",
"description": "",
"questions": {
"rent_type": {
@ -85,20 +105,20 @@
"hint_text": "",
"type": "radio",
"answer_options": {
"0": {
"value": "Social rent"
},
"1": {
"value": "Affordable rent"
},
"2": {
"value": "London affordable rent"
"value": "London Affordable Rent"
},
"4": {
"value": "London Living Rent"
},
"3": {
"value": "Rent to buy"
"value": "Rent to Buy"
},
"4": {
"value": "London living rent"
"0": {
"value": "Social Rent"
},
"5": {
"value": "Other intermediate rent product"
@ -114,20 +134,6 @@
"check_answer_label": "Product name",
"header": "What is intermediate rent product name?",
"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"
}
}
}
}
},
@ -4365,4 +4371,4 @@
}
}
}
}
}

Loading…
Cancel
Save