From 044dfcb19bbb3707fb20229336b23ff03c62e625 Mon Sep 17 00:00:00 2001 From: MadeTech Dushan Date: Fri, 3 Dec 2021 10:24:49 +0000 Subject: [PATCH] move fixed term tenancy questions --- config/forms/2021_2022.json | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/config/forms/2021_2022.json b/config/forms/2021_2022.json index ed315eafd..3a4078596 100644 --- a/config/forms/2021_2022.json +++ b/config/forms/2021_2022.json @@ -1087,22 +1087,6 @@ } } }, - "fixed_term_tenancy": { - "header": "", - "description": "", - "questions": { - "tenancylength": { - "check_answer_label": "If the main tenancy is a fixed term tenancy, please provide the length of the fixed term (to the nearest year) excluding any starter/introductory period", - "header": "If fixed-term, what is the length of the fixed-term tenancy after any starter period?", - "hint_text": "To the nearest year", - "type": "numeric", - "min": 0, - "max": 150, - "step": 1, - "width": 4 - } - } - }, "tenancy_type": { "header": "", "description": "", @@ -1129,6 +1113,21 @@ "type": "text" } } + }, + "fixed_term_tenancy": { + "header": "", + "description": "", + "questions": { + "tenancylength": { + "check_answer_label": "If the main tenancy is a fixed term tenancy, please provide the length of the fixed term (to the nearest year) excluding any starter/introductory period", + "header": "If fixed-term, what is the length of the fixed-term tenancy after any starter period?", + "hint_text": "To the nearest year", + "type": "numeric", + "min": 0, + "max": 150, + "step": 1 + } + } } } },