Browse Source

Add suffix to actual form

pull/273/head
MadeTech Dushan 3 years ago
parent
commit
5c52b10027
  1. 7
      config/forms/2021_2022.json

7
config/forms/2021_2022.json

@ -2325,7 +2325,12 @@
"min": 0, "min": 0,
"step": "1", "step": "1",
"width": 5, "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": { "incfreq": {
"check_answer_label": "How often does the household receive this amount?", "check_answer_label": "How often does the household receive this amount?",

Loading…
Cancel
Save