Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feedback form - strengthening messaging about personal information #4344

Closed
wants to merge 4 commits into from
Closed
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/views/feedback/steps/_purpose.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<p>We'll review this feedback to make our website better. Answer 3 questions to let us know how we can improve.</p>

<p>All feedback is anonymous and we cannot respond to individual queries. Do not enter any sensitive information.</p>
<p>All feedback is anonymous and we cannot respond to individual queries. Do not enter any sensitive information, this includes things like your name and phone number.</p>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<p>All feedback is anonymous and we cannot respond to individual queries. Do not enter any sensitive information, this includes things like your name and phone number.</p>
<p>All feedback is anonymous and we cannot respond to individual queries. Do not enter your name, phone number or any other sensitive information.</p>

Think we could probably make it a bit stronger - but one for @Sarah-DfE to review and suggest alternatives if needed!

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<p>All feedback is anonymous and we cannot respond to individual queries. Do not enter any sensitive information, this includes things like your name and phone number.</p>
<p>All feedback is anonymous and we cannot respond to individual queries. Do not enter any sensitive information, this includes your name, phone number or other personal details.</p>

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about this? @GayeCord @gemmadallmandfe


<p>If you have a question or need help, please visit our get <%= link_to "help and support page", "/help-and-support" %>.</p>

Expand Down
Loading