From d33e0d0221444a396d7a04f7da6e31ac49b0ad38 Mon Sep 17 00:00:00 2001 From: Kat Date: Tue, 19 Sep 2023 14:19:04 +0100 Subject: [PATCH] Update min age for 2022/23 --- config/forms/2022_2023.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config/forms/2022_2023.json b/config/forms/2022_2023.json index 68c6f4224..c3e7d5cef 100644 --- a/config/forms/2022_2023.json +++ b/config/forms/2022_2023.json @@ -2065,7 +2065,7 @@ "check_answer_label": "Person 2’s age", "check_answers_card_number": 2, "type": "numeric", - "min": 0, + "min": 1, "max": 120, "step": 1, "width": 2, @@ -2592,7 +2592,7 @@ "check_answer_label": "Person 3’s age", "check_answers_card_number": 3, "type": "numeric", - "min": 0, + "min": 1, "max": 120, "step": 1, "width": 2, @@ -3116,7 +3116,7 @@ "check_answer_label": "Person 4’s age", "check_answers_card_number": 4, "type": "numeric", - "min": 0, + "min": 1, "max": 120, "step": 1, "width": 2, @@ -3637,7 +3637,7 @@ "check_answer_label": "Person 5’s age", "check_answers_card_number": 5, "type": "numeric", - "min": 0, + "min": 1, "max": 120, "step": 1, "width": 2, @@ -4155,7 +4155,7 @@ "check_answer_label": "Person 6’s age", "check_answers_card_number": 6, "type": "numeric", - "min": 0, + "min": 1, "max": 120, "step": 1, "width": 2, @@ -4670,7 +4670,7 @@ "check_answer_label": "Person 7’s age", "check_answers_card_number": 7, "type": "numeric", - "min": 0, + "min": 1, "max": 120, "step": 1, "width": 2, @@ -5182,7 +5182,7 @@ "check_answer_label": "Person 8’s age", "check_answers_card_number": 8, "type": "numeric", - "min": 0, + "min": 1, "max": 120, "step": 1, "width": 2,