• Hey There,
    When it comes to Gravity Forms, your plugin does great things for WCAG 2.0. However, I did notice an issue.

    For a date field (mm/dd/yyyy) from advanced fields in GF. You add in the “aria-describeby=” field. When you add that description, WCAG flags an error for duplicate labels.

    When you look at the code it seems as if you and gravity forms are including the “field_id_id_dmessage”

    See the snippet below:
    <input type=”number” maxlength=”2″ aria-describedby=”field_5_12_dmessage field_5_12_dmessage” name=”input_12[]” id=”input_5_12_1″ value=”” min=”1″ max=”12″ step=”1″>

    Is there any way we can fix this? I’d be happy to discuss further in more detail with you.

    Thanks!

The topic ‘Date fields are showing duplicate labels’ is closed to new replies.