digitalmarketplace-frontend
Version:
Digital Marketplace Frontend contains assets and components used in Digital Marketplace projects
15 lines (9 loc) • 516 B
HTML
<div class="govuk-form-group govuk-form-group--error">
<label class="govuk-label govuk-label--m" for="input-test-name-with-error">
National Insurance number
</label>
<p id="input-test-name-with-error-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" name="test-name-with-error" type="text" aria-describedby="input-test-name-with-error-error">
</div>