|
|
|
@ -2311,76 +2311,33 @@
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"weekly_net_income": { |
|
|
|
|
"depends_on": [{ "net_income_known": "Weekly" }], |
|
|
|
|
"net_income": { |
|
|
|
|
"depends_on": [{ "net_income_known": "Yes" }], |
|
|
|
|
"header": "", |
|
|
|
|
"description": "", |
|
|
|
|
"questions": { |
|
|
|
|
"earnings": { |
|
|
|
|
"check_answer_label": "Total household income", |
|
|
|
|
"header": "How much income does the household have in total every week?", |
|
|
|
|
"header": "How much income does the household have in total", |
|
|
|
|
"guidance_partial": "what_counts_as_income", |
|
|
|
|
"hint_text": "", |
|
|
|
|
"type": "numeric", |
|
|
|
|
"min": 0, |
|
|
|
|
"step": "1", |
|
|
|
|
"width": 5, |
|
|
|
|
"prefix": "£", |
|
|
|
|
"suffix": " every week" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"soft_validations": { |
|
|
|
|
"override_net_income_validation": { |
|
|
|
|
"check_answer_label": "Net income confirmed?", |
|
|
|
|
"type": "validation_override", |
|
|
|
|
"answer_options": { |
|
|
|
|
"override_net_income_validation": "Yes" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"monthly_net_income": { |
|
|
|
|
"depends_on": [{ "net_income_known": "Monthly" }], |
|
|
|
|
"header": "", |
|
|
|
|
"description": "", |
|
|
|
|
"questions": { |
|
|
|
|
"earnings": { |
|
|
|
|
"check_answer_label": "Total household income", |
|
|
|
|
"header": "How much income does the household have in total every month?", |
|
|
|
|
"prefix": "£" |
|
|
|
|
}, |
|
|
|
|
"incfreq": { |
|
|
|
|
"check_answer_label": "How often does the household receive this amount?", |
|
|
|
|
"header": "How often does the household receive this amount?", |
|
|
|
|
"hint_text": "", |
|
|
|
|
"type": "numeric", |
|
|
|
|
"min": 0, |
|
|
|
|
"step": "1", |
|
|
|
|
"width": 5, |
|
|
|
|
"prefix": "£", |
|
|
|
|
"suffix": " every month" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"soft_validations": { |
|
|
|
|
"override_net_income_validation": { |
|
|
|
|
"check_answer_label": "Net income confirmed?", |
|
|
|
|
"type": "validation_override", |
|
|
|
|
"type": "radio", |
|
|
|
|
"answer_options": { |
|
|
|
|
"override_net_income_validation": "Yes" |
|
|
|
|
"0": "Weekly", |
|
|
|
|
"1": "Monthly", |
|
|
|
|
"2": "Yearly" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"yearly_net_income": { |
|
|
|
|
"depends_on": [{ "net_income_known": "Annually" }], |
|
|
|
|
"header": "", |
|
|
|
|
"description": "", |
|
|
|
|
"questions": { |
|
|
|
|
"earnings": { |
|
|
|
|
"check_answer_label": "Total household income", |
|
|
|
|
"header": "How much income does the household have in total every year?", |
|
|
|
|
"hint_text": "", |
|
|
|
|
"type": "numeric", |
|
|
|
|
"min": 0, |
|
|
|
|
"step": "1", |
|
|
|
|
"width": 5, |
|
|
|
|
"prefix": "£", |
|
|
|
|
"suffix": " every year" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"soft_validations": { |
|
|
|
|
"override_net_income_validation": { |
|
|
|
|