Browse Source

Update min age for 2022/23

pull/1930/head
Kat 3 years ago
parent
commit
d33e0d0221
  1. 14
      config/forms/2022_2023.json

14
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,

Loading…
Cancel
Save