digitalmarketplace-frontend
Version:
Digital Marketplace Frontend contains assets and components used in Digital Marketplace projects
18 lines (12 loc) • 794 B
HTML
<div class="govuk-form-group govuk-form-group--error">
<label class="govuk-label govuk-label--m" for="input-test-name-with-error-and-hint">
National Insurance number
</label>
<div id="input-test-name-with-error-and-hint-hint" class="govuk-hint">
It’s on your National Insurance card, benefit letter, payslip or P60. For example, ‘QQ 12 34 56 C’.
</div>
<p id="input-test-name-with-error-and-hint-error" class="govuk-error-message">
<span class="govuk-visually-hidden">Error:</span> Error message goes here
</p>
<input class="govuk-input govuk-input--error" id="input-test-name-with-error-and-hint" name="test-name-with-error-and-hint" type="text" aria-describedby="input-test-name-with-error-and-hint-hint input-test-name-with-error-and-hint-error">
</div>