diff --git a/app/views/form/guidance/_privacy_notice.erb b/app/views/form/guidance/_privacy_notice.erb new file mode 100644 index 000000000..c6e0b9adc --- /dev/null +++ b/app/views/form/guidance/_privacy_notice.erb @@ -0,0 +1 @@ +

Make sure the tenant has seen <%= govuk_link_to "the Department for Levelling Up, Housing & Communities (DLUHC) privacy notice", privacy_notice_path %> before completing this log.

diff --git a/config/forms/2021_2022.json b/config/forms/2021_2022.json index 6ad183e49..211c29433 100644 --- a/config/forms/2021_2022.json +++ b/config/forms/2021_2022.json @@ -1114,7 +1114,6 @@ }, "household": { "label": "About the household", - "description": "Make sure the tenant has seen the Department for Levelling Up, Housing & Communities (DLUHC) privacy notice before completing this section.", "subsections": { "household_characteristics": { "label": "Household characteristics", @@ -1125,16 +1124,18 @@ ], "pages": { "declaration": { - "header": "", + "header": "Department for Levelling Up, Housing & Communities privacy notice", "description": "", "questions": { "declaration": { + "header": "", + "guidance_partial": "privacy_notice", "check_answer_label": "Tenant has seen the privacy notice", - "header": "Department for Levelling Up, Housing & Communities privacy notice ", - "hint_text": "Make sure the tenant has seen the Department for Levelling Up, Housing & Communities (DLUHC) privacy notice before submitting this log", "type": "checkbox", "answer_options": { - "declaration": "The tenant has seen the Department for Levelling Up, Housing & Communities (DLUHC) privacy notice" + "declaration": { + "value": "The tenant has seen the DLUHC privacy notice" + } } } }