Indicating required fields (mandatory-fields)

Required fields are clearly marked (e.g., with an asterisk) and the instruction should be provided to explain that the field is mandatory (e.g., “*Required”).


Missing programmatic indication for "required" text:

This form places the word (required) next to labels but does not add any programmatic indicator (aria-required="true" or HTML5 required) to the corresponding inputs.


(required)

(required)

(required)

(required)

(required)

Note: Impossible to auto-test. Requires a human tester or AI to verify that any text such as “(required)” indicating a field is mandatory has a corresponding programmatic indicator (required or aria-required="true") on the associated control.


axe detected: none  |  QualWeb detected: none