Redundant Form Label
-
If you have multiple forms on the same page collecting emails, the plugin adds the following code to each form:
<div id="altEmail_container" class="altEmail_container"><label for="alt_s">
Alternative:
</label>
<input type="text" id="alt_s" name="alt_s">
</div>This creates an accessibility error, for redundant labels. Can the form ID be generated dynamically, or in some other way as to correct this error? The forms themselves have different IDs and all form inputs have different ID’s, its just when the plugin is active this error shows up.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.