Sha256: 2a33fd424028fa77c06e6451faff1adfef9f51bbc6b65e1847bf43c93b233cee
Contents?: true
Size: 1.98 KB
Versions: 65
Compression:
Stored size: 1.98 KB
Contents
<form action="/contact/govuk/email-survey-signup" id="page-is-not-useful" class="gem-c-feedback__form gem-c-feedback__form--email gem-c-feedback__js-show js-feedback-form js-hidden" data-track-category="yesNoFeedbackForm" data-track-action="Send Form" method="post"> <button class="govuk-button govuk-button--secondary gem-c-feedback__close js-close-form" data-track-category="yesNoFeedbackForm" data-track-action="ffFormClose" aria-controls="page-is-not-useful" aria-expanded="true"> <%= t("components.feedback.close", default: "Close") %> </button> <div class="govuk-grid-row"> <div class="govuk-grid-column-two-thirds" id="survey-wrapper"> <div class="gem-c-feedback__error-summary js-hidden js-errors" tabindex="-1"></div> <input name="email_survey_signup[survey_id]" type="hidden" value="footer_satisfaction_survey"> <input name="email_survey_signup[survey_source]" type="hidden" value="<%= path_without_pii %>"> <h3 class="gem-c-feedback__form-heading"><%= t("components.feedback.help_us_improve_govuk", default: "Help us improve GOV.UK") %></h3> <p id="survey_explanation" class="gem-c-feedback__form-paragraph"><%= t("components.feedback.more_about_visit", default: "To help us improve GOV.UK, we’d like to know more about your visit today. We’ll send you a link to a feedback form. It will take only 2 minutes to fill in. Don’t worry we won’t send you spam or share your email address with anyone.") %></p> <%= render "govuk_publishing_components/components/input", { label: { text: t("components.feedback.email_address", default: "Email address") }, name: "email_survey_signup[email_address]", type: "email", autocomplete: "email", describedby: "survey_explanation" } %> <%= render "govuk_publishing_components/components/button", { text: t("components.feedback.send_me_survey", default: "Send me the survey"), } %> </div> </div> </form>
Version data entries
65 entries across 65 versions & 1 rubygems