Is this page useful?
<%= link_to contact_govuk_path, {
class: 'gem-c-feedback__prompt-link gem-c-feedback__prompt-link--useful js-page-is-useful',
data: {
'track-category' => 'yesNoFeedbackForm',
'track-action' => 'ffYesClick'
},
} do %>
Yes this page is useful
<% end %>
<%= link_to contact_govuk_path, {
class: 'gem-c-feedback__prompt-link js-toggle-form js-page-is-not-useful',
data: {
'track-category' => 'yesNoFeedbackForm',
'track-action' => 'ffNoClick'
},
'aria-controls': 'page-is-not-useful',
'aria-expanded': false
} do %>
No this page is not useful
<% end %>
<%= link_to contact_govuk_path, {
class: 'gem-c-feedback__prompt-link gem-c-feedback__prompt-link--wrong js-toggle-form js-something-is-wrong',
data: {
'track-category' => 'yesNoFeedbackForm',
'track-action' => 'ffWrongClick'
},
'aria-controls': 'something-is-wrong',
'aria-expanded': false
} do %>
Is there anything wrong with this page?
<% end %>
Thank you for your feedback