Browse Source

Remove joint tenancy hitn text and add don't know option

pull/579/head
baarkerlounger 3 years ago
parent
commit
5fbef73833
  1. 9
      config/forms/2022_2023.json

9
config/forms/2022_2023.json

@ -951,7 +951,7 @@
"joint": { "joint": {
"check_answer_label": "Is this a joint tenancy?", "check_answer_label": "Is this a joint tenancy?",
"header": "Is this a joint tenancy?", "header": "Is this a joint tenancy?",
"hint_text": "For example, 27 3 2021.", "hint_text": "",
"type": "radio", "type": "radio",
"answer_options": { "answer_options": {
"1": { "1": {
@ -959,6 +959,9 @@
}, },
"2": { "2": {
"value": "No" "value": "No"
},
"3": {
"value": "Don’t know"
} }
} }
} }
@ -6297,7 +6300,7 @@
"label": true, "label": true,
"i18n_template": "la" "i18n_template": "la"
}, },
{ {
"key": "soft_min_for_period", "key": "soft_min_for_period",
"label": false, "label": false,
"i18n_template": "soft_min_for_period" "i18n_template": "soft_min_for_period"
@ -6336,7 +6339,7 @@
"label": true, "label": true,
"i18n_template": "la" "i18n_template": "la"
}, },
{ {
"key": "soft_max_for_period", "key": "soft_max_for_period",
"label": false, "label": false,
"i18n_template": "soft_max_for_period" "i18n_template": "soft_max_for_period"

Loading…
Cancel
Save