• Hello,

    I’ve tried just about every contact form or form building plugin in the plugin directory and also tried Gravity Forms.

    It is very frustrating to see a range of high quality plugins, but they only use drag and drop for form field arrangement, which does not always work well with a screen reader.

    Why do developers not think about putting alternatives in place, if possible, for drag and drop?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    Please identify exactly which plugin (s) you are talking about and then post in those plugin’s dedicated forum(s) via its page in the Plugin Repository so the plugin’s developers and support community can help you with this.

    I found the Contact Form 7 with my own coding to be accessible.

    <fieldset>
    <label for=”name”>Name (required)<span class=”red”>*</span></label>
    [text* your-name id:name]
    <label for=”e-mail”>Email address (required)<span class=”red”>*</span></label>
    [email* your-email id:e-mail]
    <label for=”message”>Message (required)<span class=”red”>*</span></label>
    [textarea* your-message id:message]
    </fieldset>
    [submit “Submit”]

    The spans with class=”red” I added additional CSS to make them a dark red to meet color contrast requirements.

    I know this was posted 4 months ago but I ran into the same problem and believe accessibility is important to ensure online access to all.

    Hey guys, I need to add another question, when I setup my plugins it’s doesn’t work perfectly, is there any one can help me with that?

    https://teslapress24.com

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Accessible Contact Plugins’ is closed to new replies.