If the form has some required fields or other ways in which the user can
commit an error, check that the reply is accessible. Use the words "required"
or "error" within the label
element of input items where the errors
happened, and check that the beginning of the form highlights each form error.
This is not something that can be checked through automated testing and requires
manual checks.