Hi,
From the WCAG21 requirements the form should have these elements (example):
Example 1: A text input field
The text field in the example below has the explicit label of "First name:". The label element's for attribute matches the id attribute of the input element.
<label for="firstname">First name:</label>
<input type="text" name="firstname" id="firstname" />
Is it possible to add to the Acymailing form for and id elements?
Please advise,
Sandra