digitalmarketplace-frontend
Version:
Digital Marketplace Frontend contains assets and components used in Digital Marketplace projects
22 lines (16 loc) • 795 B
HTML
<div class="govuk-form-group govuk-form-group--error">
<label class="govuk-label" for="input-test-name-with-error-and-hint">
Upload your CV
</label>
<div id="input-test-name-with-error-and-hint-hint" class="govuk-hint">
It’s the thing with your work history
</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>
<div
class="govuk-drop-zone"
data-module="govuk-file-upload">
<input class="govuk-file-upload govuk-file-upload--error" id="input-test-name-with-error-and-hint" name="test-name-with-error-and-hint" type="file" aria-describedby="input-test-name-with-error-and-hint-hint input-test-name-with-error-and-hint-error">
</div>
</div>