Cookies - We use cookies to help improve your experience of using our website. For more information about the cookies we use see our privacy page. If you continue without changing your cookie settings we assume that you are happy with our use of cookies. You can change your cookie settings at any time by following the instructions on our privacy page
Additionally, you should reflect that there's been an error in the <title> by prefixing the existing title with "Error: ". That will make sure screen readers are alerted to there being an error as soon as possible.
Error message and summary box
Example
Message to alert the user to a problem goes here
Optional description of the errors and how to correct them
<divclass="error-summary"role="alert"aria-labelledby="error-summary-heading-example-1"tabindex="-1"><h2class="heading-medium error-summary-heading"id="error-summary-heading-example-1">
Message to alert the user to a problem goes here
</h2><p>
Optional description of the errors and how to correct them
</p><ulclass="error-summary-list"><li><ahref="#where-do-you-live">Descriptive link to the question with an error</a></li></ul></div><h1class="heading-large">Where do you live?</h1><form><divclass="form-group form-group-error"><fieldsetaria-describedby="where-do-you-live-error"><legendid="where-do-you-live"class="sr-only">Where do you live?</legend><spanid="where-do-you-live-error"class="error-message"><spanclass="sr-only">Error: </span>Choose an answer</span><labelclass="block-label"for="radio-1-error"data-target="radio-1-error"><inputtype="radio"id="radio-1-error"name="radio-group"value="Northern Ireland"aria-controls="radio-1-error"aria-expanded="false">
Northern Ireland
</label><labelclass="block-label"for="radio-2-error"data-target="radio-2-error"><inputtype="radio"id="radio-2-error"name="radio-group"value="Isle of Man or the Channel Islands"aria-controls="radio-2-error"aria-expanded="false">
Isle of Man or the Channel Islands
</label><labelclass="block-label"for="radio-3-error"data-target="radio-3-error"><inputtype="radio"id="radio-3-error"name="radio-group"value="I am a British citizen living abroad"aria-controls="radio-3-error"aria-expanded="false">
I am a British citizen living abroad
</label></fieldset></div><divclass="form-group"><buttonclass="btn btn-primary btn-arrow">Continue</button></div></form>