Make a declaration
HTML
<div class="govuk-width-container">
<h1 class="govuk-heading-l">Declaration</h1>
<p class="govuk-body">
By sending the application you agree that the information you have given is complete and correct.
If you deliberately give the wrong or incomplete information, or you do not report any changes, you may:
</p>
<ul class="govuk-list govuk-list--bullet">
<li>be prosecuted</li>
<li>need to pay a financial penalty</li>
<li>need to pay back any money you are overpaid if you are asked to</li>
</ul>
<button type="submit" class="govuk-button" data-module="govuk-button">
I agree – send my application
</button>
</div>