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": {
"check_answer_label": "Is this a joint tenancy?",
"header": "Is this a joint tenancy?",
"hint_text": "For example, 27 3 2021.",
"hint_text": "",
"type": "radio",
"answer_options": {
"1": {
@ -959,6 +959,9 @@
},
"2": {
"value": "No"
},
"3": {
"value": "Don’t know"
}
}
}

Loading…
Cancel
Save