Skip to content

Commit 83ce173

Browse files
committed
Update content for opt in page
1 parent 9f1b8ad commit 83ce173

4 files changed

Lines changed: 6 additions & 24 deletions

File tree

app/controllers/account/contact_for_research_controller.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ module Account
22
class ContactForResearchController < ApplicationController
33
include AfterSignInPathHelper
44

5-
# before_action :redirect_contact_for_research_set
65
skip_before_action :redirect_if_account_not_completed
76

87
def edit

app/views/account/contact_for_research/edit.html.erb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
<%=t("page_titles.account_contact_for_research")%>
1010
</h1>
1111

12-
<%= t(".content_html") %>
13-
14-
<%= f.govuk_collection_radio_buttons :research_contact_status, @contact_for_research_input.values, :itself, nil %>
12+
<%= f.govuk_collection_radio_buttons :research_contact_status, @contact_for_research_input.values, :itself, legend: nil, hint:{ text: @hint } %>
1513

1614
<%= f.govuk_submit t('continue') %>
1715
<% end %>

config/locales/en.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,6 @@
11
---
22
en:
33
account:
4-
contact_for_research:
5-
edit:
6-
content_html: |
7-
<p>GOV.UK Forms needs your help to improve and to make sure our platform works well for the people who use it. You can help by agreeing to take part in user research.</p>
8-
<p>If you select yes, you will get a confirmation email with a link to our sign up form. When you’ve completed the form, your name will be added to a list that we’ll use to recruit research participants. Your details will be stored in compliance with GDPR.</p>
9-
<p>We’ll only contact you about upcoming research or to verify that your details are up to date.</p>
10-
<p>We might invite you to:</p>
11-
12-
<ul class="govuk-list govuk-list--bullet">
13-
<li>try out new things we are working on</li>
14-
<li>answer questions by survey or email</li>
15-
<li>talk to us about how you work with forms</li>
16-
</ul>
17-
18-
<p>You can always say no to an invite and you can ask to be taken off our list at any time.</p>
194
organisation_details_summary: If your organisation is not listed
205
organisation_text_html: |
216
<p>If you’re from a central government organisation that publishes content on the GOV.UK website but your organisation is not listed, please %{contact_link}.</p>
@@ -1170,7 +1155,7 @@ en:
11701155
length: Length
11711156
page_titles:
11721157
access_denied: You do not have permission to access GOV.UK Forms
1173-
account_contact_for_research: Choose to take part in user research
1158+
account_contact_for_research: Can we send you an email with information about taking part in user research to improve GOV.UK Forms?
11741159
account_name: Enter your name
11751160
account_organisation: Select your organisation
11761161
account_terms_of_use: Terms of use

config/locales/input_objects/contact_for_research.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ en:
66
account/contact_for_research_input:
77
attributes:
88
research_contact_status:
9-
blank: Choose if you want to sign up to take part in research
9+
blank: Select ‘Yes’ if you’re happy for us to send you an email with information about taking part in user research
1010
helpers:
11+
hint:
12+
account_contact_for_research_input:
13+
research_contact_status: This is not a commitment to take part. If you say ‘yes’ we’ll send you an email with more details about what’s involved and how to sign up.
1114
label:
1215
account_contact_for_research_input:
1316
research_contact_status_options:
1417
consented: 'Yes'
1518
declined: 'No'
16-
legend:
17-
account_contact_for_research_input:
18-
research_contact_status: Do you want to sign up to take part in user research?

0 commit comments

Comments
 (0)