From f5b2b711b5ac07f345c8d0b1d356c18f15b6d76f Mon Sep 17 00:00:00 2001 From: Kat Date: Fri, 21 Jan 2022 14:56:56 +0000 Subject: [PATCH] Do not show privacy notice question in check answers page --- config/forms/2021_2022.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/forms/2021_2022.json b/config/forms/2021_2022.json index 58647959e..4c844c045 100644 --- a/config/forms/2021_2022.json +++ b/config/forms/2021_2022.json @@ -14,14 +14,14 @@ "description": "", "questions": { "gdpr_acceptance": { - "check_answer_label": "Privacy notice seen", "header": "Has the tenant or buyer seen the Department for Levelling Up, Housing and Communities (DLUHC) privacy notice?", "hint_text": "You must show the privacy notice to the tenant or buyer before you can use this service", "type": "radio", "answer_options": { "0": "Yes", "1": "No" - } + }, + "hidden_in_check_answers": true } } },