From ad4472df93df4a2118e8b6cb0fa6c98f44754480 Mon Sep 17 00:00:00 2001 From: Kat Date: Fri, 22 Apr 2022 12:15:00 +0100 Subject: [PATCH] add warning in setup section --- app/views/form/check_answers.html.erb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/views/form/check_answers.html.erb b/app/views/form/check_answers.html.erb index 94f5757b6..75e999ed0 100644 --- a/app/views/form/check_answers.html.erb +++ b/app/views/form/check_answers.html.erb @@ -12,6 +12,11 @@ Check your answers + <% if subsection.id == "setup" && subsection.status(@case_log) == :completed %> +
+ Changing these answers might remove answers you've already given in other sections. +
+ <% end %> <%= display_answered_questions_summary(subsection, @case_log) %>