From e7e2e732a63b7dd0aa6ebec9518a345569260506 Mon Sep 17 00:00:00 2001 From: Paul Robert Lloyd Date: Thu, 10 Feb 2022 16:19:37 +0000 Subject: [PATCH] =?UTF-8?q?Update=20order=20of=20questions=20in=20?= =?UTF-8?q?=E2=80=98Set=20up=20your=20lettings=20log=E2=80=99=20section?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/forms/2021_2022.json | 54 ++++++++++++++++++++----------------- 1 file changed, 30 insertions(+), 24 deletions(-) diff --git a/config/forms/2021_2022.json b/config/forms/2021_2022.json index 2e58f97b3..6f8c9efc3 100644 --- a/config/forms/2021_2022.json +++ b/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 @@ } } } -} \ No newline at end of file +}