diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index 344b70f3e7..a48091b4f8 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -38,7 +38,7 @@
<% if HostingEnvironment.production? %>
- This is a new service - <%= link_to "your feedback will help us to improve it", yield(:feedback_url).presence || t("service.form.feedback") %>.
+ This is a new service - <%= link_to "your feedback will help us to improve it", t("service.feedback_url") %>.
<% else %>
This is a ‘<%= HostingEnvironment.phase %>’ version of the service.
<% end %>
diff --git a/app/views/shared/_help_us_to_improve_this_service.html.erb b/app/views/shared/_help_us_to_improve_this_service.html.erb
index 901403c911..7eee149105 100644
--- a/app/views/shared/_help_us_to_improve_this_service.html.erb
+++ b/app/views/shared/_help_us_to_improve_this_service.html.erb
@@ -1,23 +1,6 @@
-<% show_feedback ||= false %>
+
Help us to improve this service
-
+
+ We’re always looking for ways to improve the apply for QTS service.
+ If you’d like to share your experiences, please complete this <%= govuk_link_to "feedback form", t("service.feedback_url"), new_tab: true %>.
+
diff --git a/app/views/shared/teacher_mailer/_help_us_to_improve_this_service.text.erb b/app/views/shared/teacher_mailer/_help_us_to_improve_this_service.text.erb
index b6c274ea3b..54dced2491 100644
--- a/app/views/shared/teacher_mailer/_help_us_to_improve_this_service.text.erb
+++ b/app/views/shared/teacher_mailer/_help_us_to_improve_this_service.text.erb
@@ -1,9 +1,3 @@
-# Help us improve this service
+## Help us to improve this service
-We’re always trying to improve this service and boost teacher recruitment from overseas. So we’d like to talk to people about their experience of using this service.
-
-If you’d like to help, please complete this form:
-
-<%= t("service.form.research") %>
-
-If you match our search criteria, we’ll invite you to take part in research.
+We’re always looking for ways to improve the apply for QTS service. If you’d like to share your experiences, please complete this [feedback form](<%= t("service.feedback_url") %>).
diff --git a/app/views/static/privacy.md b/app/views/static/privacy.md
index 7c0898e013..2ee7437f27 100644
--- a/app/views/static/privacy.md
+++ b/app/views/static/privacy.md
@@ -101,7 +101,7 @@ They'll add the following data to the database of qualified teachers:
We use some user data to improve our services. For example, we’ll look at any feedback you give us about our services so we can improve them.
-We may contact you to ask if you’d like to participate in user research. This helps us improve our services and policies. You do not have to participate, and choosing to participate or not will not affect your application in any way. You can opt out of being contacted for user research at any time using the form below – you’ll still receive all other communications about your application. [Opt out of the user research database](<%= t("service.form.opt_out_research") %>).
+We may contact you to ask if you’d like to participate in user research. This helps us improve our services and policies. You do not have to participate, and choosing to participate or not will not affect your application in any way.
## Getting insight to make government policy better
diff --git a/app/views/teacher_interface/application_forms/show/_awarded.html.erb b/app/views/teacher_interface/application_forms/show/_awarded.html.erb
index 6194bf05cd..4968ac40dc 100644
--- a/app/views/teacher_interface/application_forms/show/_awarded.html.erb
+++ b/app/views/teacher_interface/application_forms/show/_awarded.html.erb
@@ -45,3 +45,5 @@
create a profile which allows schools to find and invite you to apply for their jobs
The QTS assessor will now review your response and continue their review of the applicant.
-
Help us to improve this service
-
-
- We're always trying to improve this service and boost teacher recruitment from overseas. So we'd like to talk to people about their experience of using this service.
-
-
-
- If you'd like to help, please <%= govuk_link_to "complete this short form", t("service.form.referee_research") %>.
-
-
-
- If you match our search criteria, we'll invite you to take part in research.
-
-
You do not need to do anything else. You can now close this page.
<% else %>
<%= t("service.name.teacher") %>
diff --git a/app/views/teacher_mailer/application_awarded.text.erb b/app/views/teacher_mailer/application_awarded.text.erb
index 3990432c61..5350c54be7 100644
--- a/app/views/teacher_mailer/application_awarded.text.erb
+++ b/app/views/teacher_mailer/application_awarded.text.erb
@@ -44,4 +44,6 @@ The service is free and is used by English schools to list their teaching roles.
- create a profile which allows schools to find and invite you to apply for their jobs
- read advice for jobseekers
+<%= render "shared/teacher_mailer/help_us_to_improve_this_service" %>
+
<%= render "shared/teacher_mailer/footer" %>
diff --git a/app/views/teacher_mailer/application_declined.text.erb b/app/views/teacher_mailer/application_declined.text.erb
index d184114bbe..931293e419 100644
--- a/app/views/teacher_mailer/application_declined.text.erb
+++ b/app/views/teacher_mailer/application_declined.text.erb
@@ -46,4 +46,6 @@ Your request for review must be received within 28 days of receipt of the decisi
Email your request for review, including the information required as above to [<%= t("service.email.enquiries") %>](mailto:<%= t("service.email.enquiries") %>).
<% end %>
+<%= render "shared/teacher_mailer/help_us_to_improve_this_service" %>
+
<%= render "shared/teacher_mailer/footer" %>
diff --git a/app/views/teacher_mailer/application_received.text.erb b/app/views/teacher_mailer/application_received.text.erb
index 34194cc1f3..cf30b22e96 100644
--- a/app/views/teacher_mailer/application_received.text.erb
+++ b/app/views/teacher_mailer/application_received.text.erb
@@ -6,7 +6,7 @@ Dear <%= application_form_full_name(@application_form) %>,
<% if @application_form.teaching_authority_provides_written_statement %>
We are waiting to receive the written evidence you’ve requested from your teaching authority.
-<% end %>
+<% end %>
# What happens next
@@ -22,4 +22,6 @@ We will contact you with a decision about your QTS application when the assessme
<%= render "shared/teacher_mailer/any_questions_contact" %>
+<%= render "shared/teacher_mailer/help_us_to_improve_this_service" %>
+
<%= render "shared/teacher_mailer/footer" %>
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 3b19cd9321..dc655c3441 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -17,12 +17,7 @@ en:
url: https://apply-for-qts-in-england.education.gov.uk
- form:
- feedback: https://forms.office.com/e/P70VPi8Ev1
- opt_out_research: https://forms.office.com/e/LiNd47gbde
- referee_feedback: https://forms.office.com/e/kuDa4nsySt
- referee_research: https://forms.office.com/e/YhQmMgRNZM
- research: https://forms.office.com/e/dTGEjsTN72
+ feedback_url: https://qualtricsxmwx9pc46ph.qualtrics.com/jfe/form/SV_3UfuZkRPVYXAHRk
teacher:
registration: