diff --git a/app/models/form/lettings/questions/reasonother_value_check.rb b/app/models/form/lettings/questions/reasonother_value_check.rb index d1ee23b64..865f38764 100644 --- a/app/models/form/lettings/questions/reasonother_value_check.rb +++ b/app/models/form/lettings/questions/reasonother_value_check.rb @@ -5,6 +5,7 @@ class Form::Lettings::Questions::ReasonotherValueCheck < ::Form::Question @check_answer_label = "Reason other confirmation" @header = "Are you sure this doesn’t fit an existing category?" @type = "interruption_screen" + @check_answers_card_number = 0 @answer_options = ANSWER_OPTIONS @hidden_in_check_answers = { "depends_on" => [{ "reasonother_value_check" => 0 }, { "reasonother_value_check" => 1 }] } end