Hi,

Could you implement the autocomplete attribute for some fields?

<input type="text" id="firstname" name="firstname" autocomplete="family-name" required>

This attribute is mandatory to meet a new WCAG criterion (1.3.5) the list of all available values for autocomplete is here https://www.w3.org/TR/WCAG21/#input-purposes

Comments

LenaDrupal created an issue. See original summary.

opdavies’s picture

Status: Active » Closed (duplicate)