From 293aa80955db712db608efb0d771e51cd1dff493 Mon Sep 17 00:00:00 2001 From: MadeTech Dushan Date: Wed, 2 Mar 2022 16:56:31 +0000 Subject: [PATCH] Add to form and import styling --- app/webpacker/styles/application.scss | 1 + config/forms/2021_2022.json | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/app/webpacker/styles/application.scss b/app/webpacker/styles/application.scss index 6d5924b28..128289be8 100644 --- a/app/webpacker/styles/application.scss +++ b/app/webpacker/styles/application.scss @@ -21,6 +21,7 @@ $govuk-global-styles: true; @import "table-group"; @import "task-list"; @import "template"; +@import "panel"; // App utilities .app-\!-colour-muted { diff --git a/config/forms/2021_2022.json b/config/forms/2021_2022.json index 1154a4130..4d30de445 100644 --- a/config/forms/2021_2022.json +++ b/config/forms/2021_2022.json @@ -4575,6 +4575,26 @@ } } }, + "net_income_value_check": { + "depends_on": [{ "net_income_soft_validation_triggered?": true }], + "title_text": "Net income value outside expected range", + "questions": { + "net_income_value_check": { + "check_answer_label": "Net income soft validation", + "hidden_in_check_answers": true, + "header": "Is this value correct?", + "type": "interruption_screen", + "answer_options": { + "0": { + "value":"Yes" + }, + "1": { + "value":"No" + } + } + } + } + }, "housing_benefit": { "header": "", "description": "",