diff --git a/app/webpacker/styles/application.scss b/app/webpacker/styles/application.scss index e27df7c18..9c455df34 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"; // Turbo .turbo-progress-bar { diff --git a/config/forms/2021_2022.json b/config/forms/2021_2022.json index fbdd00b57..575a3ea94 100644 --- a/config/forms/2021_2022.json +++ b/config/forms/2021_2022.json @@ -4576,6 +4576,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": "",