• Resolved Amber Hinds

    (@alh0319)


    Hi,

    Thanks for the handy plugin! Can you please make this fix to improve that accessibility of your forms?

    The list field is missing a fieldset and legend, and has an orphaned label that is not associated with any field. This is the current code:

    <div id="ic34d" class="gjs-row">
    <div class="gjs-cell">
    <label id="" class="es-field-label">What type of posts would you like to get notified about? (Required)</label>
    <div id="undefined" class="es-list">
    <div><label><input type="checkbox" class="pl-6 form-checkbox " name="esfpx_lists[]" value="ac95f3d9ac71"><span>WordPress</span></label></div>
    <div><label><input type="checkbox" class="pl-6 form-checkbox " name="esfpx_lists[]" value="c4dfe0f151fc"><span>Business</span></label></div>
    <div><label><input type="checkbox" class="pl-6 form-checkbox " name="esfpx_lists[]" value="c1e876a12681"><span>Life/Personal</span></label></div>
    </div>
    </div>
    </div>

    This is what it should be:

    <fieldset id="ic34d" class="gjs-row">
    <div class="gjs-cell">
    <legend id="" class="es-field-label">What type of posts would you like to get notified about? (Required)</legend>
    <div id="undefined" class="es-list">
    <div><label><input type="checkbox" class="pl-6 form-checkbox " name="esfpx_lists[]" value="ac95f3d9ac71"><span>WordPress</span></label></div>
    <div><label><input type="checkbox" class="pl-6 form-checkbox " name="esfpx_lists[]" value="c4dfe0f151fc"><span>Business</span></label></div>
    <div><label><input type="checkbox" class="pl-6 form-checkbox " name="esfpx_lists[]" value="c1e876a12681"><span>Life/Personal</span></label></div>
    </div>
    </div>
    </fieldset>

    The fieldset is necessary for screen reader users to understand how fields are grouped and is required for conformance with Web Content Accessibility Guidelines. Fixing this would be a big improvement for all websites using your plugin. Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Anupam Khatua

    (@anupamkhatua)

    Hi @alh0319,

    Thank you for your concern!

    We are currently investigating the issue and will update you soon.

    Plugin Support Anupam Khatua

    (@anupamkhatua)

    Hi @alh0319,

    I hope you’re well!

    I wanted to let you know that we’ve resolved the issue you reported, and it will be included in the next release.

    Best wishes!

    Plugin Contributor Shubhanshu Kandani

    (@shubhanshukandani)

    Hi @alh0319 ,

    Since the inquiry has been resolved, I’m closing this thread for now. If you have any further questions or issues related to the plugin, feel free to reopen it.

    You can open a new thread from here. We will be happy to assist you further.

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.