diff --git a/app/views/form/support_letters/_form.html.slim b/app/views/form/support_letters/_form.html.slim index 327588cf3..d16169c16 100644 --- a/app/views/form/support_letters/_form.html.slim +++ b/app/views/form/support_letters/_form.html.slim @@ -3,18 +3,22 @@ ul.list-add.supporters-list = f.simple_fields_for :support_letters do |ff| + - idx = ff.options[:child_index] + 1 li .govuk-grid-row .govuk-grid-column-one-half - = ff.input :first_name, input_html: { class: "form-control" } - = ff.input :last_name, input_html: { class: "form-control" } - = ff.input :relationship_to_nominee, input_html: { class: "form-control" } + label[class="govuk-label"] + span[class="govuk-body govuk-!-font-size-20 govuk-!-font-weight-bold govuk-!-display-block"] + = "Letter of Support #{idx}" + = ff.input :first_name, label: "First Name:", input_html: { class: "form-control" } + = ff.input :last_name, label: "Surname:", input_html: { class: "form-control" } + = ff.input :relationship_to_nominee, label: "Relationship to Group:", input_html: { class: "form-control" } = ff.input :manual, as: :hidden, input_html: { value: true } = ff.input :user_id, as: :hidden, input_html: { value: current_user.id } = ff.simple_fields_for :support_letter_attachment, (ff.object.support_letter_attachment || ff.object.build_support_letter_attachment) do |fff| - = fff.input :attachment, as: :file, label: "Support letter", input_html: { class: "form-control" }, wrapper_html: { style: "margin-bottom: -1rem;" } + = fff.input :attachment, as: :file, label: "Upload Letter of Support #{idx}", input_html: { class: "form-control" }, wrapper_html: { style: "margin-bottom: -1rem;" } p.govuk-body.support-letter-attachment-filename = render "shared/attachment_with_virus_check_status", item: fff.object, mount_name: :attachment diff --git a/forms/award_years/v2025/qavs/qavs_step3.rb b/forms/award_years/v2025/qavs/qavs_step3.rb index 1f1e78a34..17dd3dfb3 100644 --- a/forms/award_years/v2025/qavs/qavs_step3.rb +++ b/forms/award_years/v2025/qavs/qavs_step3.rb @@ -9,23 +9,18 @@ def qavs_step3 supporters :supporter_letters_list, "" do ref "C 1" context %( -
-Please obtain two different letters that endorse the nominated group's contribution from people who are familiar with its work.
-- Supporters must not be volunteers or paid workers in the group. Each letter should be no more than 500 words. The letters should be about the whole group, rather than just one volunteer and should help to show how its work is outstanding. -
-Please list below the names of the supporters and their relationship (if any) to the group.
- ) - hint "What are the allowed file formats?", %( -- Letter of support must be no larger than 5 MB. -
-
- They can be:
-
- Images in jpg, jpeg and png formats;
-
- Files in doc, docx, odt, pdf and txt formats.
+
Letters of support are an essential part of your nomination, as they help to clarify and explain the impact of the nominated group’s work in the local community. You will need to provide 2 letters of support alongside your nomination.
+For more information on what letters can cover, please see the Letters of Support page on our website.
+Key criteria:
+For each letter uploaded below, please note the letter writer’s relationship to the group, for example: a beneficiary of the group, local resident or member of a partner charity.
+Once uploaded, all files are saved automatically. If you make a mistake and upload the wrong letter, please use the same button to upload the correct file as it will automatically replace the previous version.
) classes "question-support-uploads" limit 2