diff --git a/config/forms/2021_2022.json b/config/forms/2021_2022.json index a14ee5955..1cce9a7a6 100644 --- a/config/forms/2021_2022.json +++ b/config/forms/2021_2022.json @@ -9,6 +9,34 @@ "setup": { "label": "Set up this lettings log", "pages": { + "organisation": { + "header": "", + "description": "", + "questions": { + "owning_organisation_id": { + "header": "Which organisation owns this log?", + "hint_text": "", + "type": "select", + "answer_options": { + "1": { + "value": "General needs" + }, + "2": { + "value": "Supported housing" + } + } + } + }, + "depends_on": [ + [ + { + "object": "user", + "method": "role", + "value": "support" + } + ] + ] + }, "needs_type": { "header": "", "description": "", diff --git a/config/forms/2022_2023.json b/config/forms/2022_2023.json index 1eb9694d5..691cbbd2d 100644 --- a/config/forms/2022_2023.json +++ b/config/forms/2022_2023.json @@ -13,6 +13,34 @@ "header": "", "description": "", "questions": { + "organisation": { + "header": "", + "description": "", + "questions": { + "owning_organisation": { + "header": "Which organisation owns this log?", + "hint_text": "", + "type": "select", + "answer_options": { + "1": { + "value": "General needs" + }, + "2": { + "value": "Supported housing" + } + } + } + }, + "depends_on": [ + [ + { + "object": "user", + "method": "role", + "value": "support" + } + ] + ] + }, "needstype": { "check_answer_label": "Needs type", "header": "What is the needs type?",