Browse Source

Include guidance partial on both income questions

pull/518/head
Paul Robert Lloyd 3 years ago
parent
commit
4a963a0324
  1. 7
      config/forms/2021_2022.json

7
config/forms/2021_2022.json

@ -4539,12 +4539,13 @@
], ],
"pages": { "pages": {
"income_known": { "income_known": {
"header": "", "header": "Household’s combined income after tax",
"description": "", "description": "",
"questions": { "questions": {
"net_income_known": { "net_income_known": {
"check_answer_label": "Do you know the household’s combined income?", "check_answer_label": "Do you know the household’s combined income?",
"header": "Do you know the household’s combined income?", "header": "Do you know the household’s combined income after tax?",
"guidance_partial": "what_counts_as_income",
"hint_text": "", "hint_text": "",
"type": "radio", "type": "radio",
"answer_options": { "answer_options": {
@ -4570,7 +4571,7 @@
"net_income_known": 0 "net_income_known": 0
} }
], ],
"header": "Household’s combined income after tax", "header": "Total household income",
"description": "", "description": "",
"questions": { "questions": {
"earnings": { "earnings": {

Loading…
Cancel
Save