From 5c52b100275c22889eab5869802cac7ef75dcebf Mon Sep 17 00:00:00 2001 From: MadeTech Dushan Date: Mon, 7 Feb 2022 12:58:56 +0000 Subject: [PATCH] Add suffix to actual form --- config/forms/2021_2022.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config/forms/2021_2022.json b/config/forms/2021_2022.json index 5f5880dbf..8f01fcf3e 100644 --- a/config/forms/2021_2022.json +++ b/config/forms/2021_2022.json @@ -2325,7 +2325,12 @@ "min": 0, "step": "1", "width": 5, - "prefix": "£" + "prefix": "£", + "suffix": [ + { "label": "every week", "depends_on" : { "incfreq": "Weekly"}}, + { "label": "every month", "depends_on" : { "incfreq": "Monthly"}}, + { "label": "every month", "depends_on" : { "incfreq": "Yearly"}} + ] }, "incfreq": { "check_answer_label": "How often does the household receive this amount?",