Browse Source

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

pull/584/head
baarkerlounger 3 years ago committed by GitHub
parent
commit
d32150e289
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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