Browse Source

Remove joint tenancy hitn text and add don't know option (#579)

pull/619/head
baarkerlounger 3 years ago committed by baarkerlounger
parent
commit
4664716d39
  1. 5
      config/forms/2022_2023.json

5
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"
} }
} }
} }

Loading…
Cancel
Save