Page feedback form
This page feedback form leverage the version 2 of the page-details container which leverage the data ajax plugin.
Data ajax replace links:
- Version 2 - https://www.canada.ca/ .... /report-problem-en.html (link to come)
- Version 2 with Adobe Analytic - https://www.canada.ca/ .... /report-problem-en.html (link to come)
- Version 1 - Deprecated, see the documentation for a code sample
The version 2 of the page-details container leverage a progressive enhancement design and that is why a link element need be created to point at the report a problem form page: <a class="btn btn-default btn-block" href="https://www.canada.ca/en/report-problem.html">Report a problem on this page</a>. You can experience that fallback through the basic HTML version mode.
HTML code
<div data-ajax-replace="ajax/report-problem-en.html">
<div class="row row-no-gutters">
<div class="col-sm-9 col-md-6 col-lg-5">
<a class="btn btn-default btn-block" href="https://www.canada.ca/en/report-problem.html">Report a problem on this page</a>
</div>
</div>
</div>