WebAIM - Web Accessibility In Mind

E-mail List Archives

Thread: accessible form plugin for WordPress

for

Number of posts in this thread: 8 (In chronological order)

From: Catherine Roy
Date: Wed, Oct 05 2011 11:57PM
Subject: accessible form plugin for WordPress
No previous message | Next message →

Hi,

I am looking for an accessible form plugin for WordPress for a local
non-profit who would use this to allow people to sign up for membership.
The form would, once filled out, be sent to the org's dedicated email
account by pressing the submit button.

Through my research, I found this plugin by Mike Cherim but do not know
how up-to-date it is and if it has the "sent to an email account"
functionality. Is anyone familiar with this plugin ? Or does anyone have
other suggestions ?

Thanks,


Catherine

--
Catherine Roy
http://www.catherine-roy.net

From: John E Brandt
Date: Thu, Oct 06 2011 8:48AM
Subject: Re: accessible form plugin for WordPress
← Previous message | Next message →

I'm using this one as it is fairly accessible:
http://www.fastsecurecontactform.com/

It does have a CAPTCHA but that can be turned off. There is a lot of
flexibility/customizability which is done in the settings. The coding for
IDs for input boxes is a little sloppy and could be re-written to be more
user friendly. But at least it is coded.

~j

John E. Brandt
www.jebswebs.com
= EMAIL ADDRESS REMOVED =
207-622-7937
Augusta, Maine, USA

-----Original Message-----
From: = EMAIL ADDRESS REMOVED =
[mailto: = EMAIL ADDRESS REMOVED = ] On Behalf Of Catherine Roy
Sent: Thursday, October 06, 2011 1:59 AM
To: WebAIM Discussion List
Subject: [WebAIM] accessible form plugin for WordPress

Hi,

I am looking for an accessible form plugin for WordPress for a local
non-profit who would use this to allow people to sign up for membership.
The form would, once filled out, be sent to the org's dedicated email
account by pressing the submit button.

Through my research, I found this plugin by Mike Cherim but do not know how
up-to-date it is and if it has the "sent to an email account"
functionality. Is anyone familiar with this plugin ? Or does anyone have
other suggestions ?

Thanks,


Catherine

--
Catherine Roy
http://www.catherine-roy.net

From: Nelson-Brooks, Carolyn
Date: Thu, Oct 06 2011 11:21AM
Subject: Re: accessible form plugin for WordPress
← Previous message | Next message →

Hey everyone,

I rarely post here, but something caught my attention regarding captchas being turned on and off... Can you turn captchas on and off??? Captchas are my #1 "PET PEEVE"! It seems that most survey sites or contest sites have captchas; some of them are audible and others are almost inaudible. Any suggestion of ways to get around the captcha situation?



-----Original Message-----
From: = EMAIL ADDRESS REMOVED = [mailto: = EMAIL ADDRESS REMOVED = ] On Behalf Of John E Brandt
Sent: Thursday, October 06, 2011 7:51 AM
To: = EMAIL ADDRESS REMOVED = ; 'WebAIM Discussion List'
Subject: Re: [WebAIM] accessible form plugin for WordPress

I'm using this one as it is fairly accessible:
http://www.fastsecurecontactform.com/

It does have a CAPTCHA but that can be turned off. There is a lot of
flexibility/customizability which is done in the settings. The coding for
IDs for input boxes is a little sloppy and could be re-written to be more
user friendly. But at least it is coded.

~j

John E. Brandt
www.jebswebs.com
= EMAIL ADDRESS REMOVED =
207-622-7937
Augusta, Maine, USA

-----Original Message-----
From: = EMAIL ADDRESS REMOVED =
[mailto: = EMAIL ADDRESS REMOVED = ] On Behalf Of Catherine Roy
Sent: Thursday, October 06, 2011 1:59 AM
To: WebAIM Discussion List
Subject: [WebAIM] accessible form plugin for WordPress

Hi,

I am looking for an accessible form plugin for WordPress for a local
non-profit who would use this to allow people to sign up for membership.
The form would, once filled out, be sent to the org's dedicated email
account by pressing the submit button.

Through my research, I found this plugin by Mike Cherim but do not know how
up-to-date it is and if it has the "sent to an email account"
functionality. Is anyone familiar with this plugin ? Or does anyone have
other suggestions ?

Thanks,


Catherine

--
Catherine Roy
http://www.catherine-roy.net

From: Jason Kiss
Date: Thu, Oct 06 2011 5:15PM
Subject: Re: accessible form plugin for WordPress
← Previous message | Next message →

Hi Catherine,

I use Mike Cherim's GBCF-v3 contact form script. It's quite good and
accessible, I think. I've modified it a bit, e.g., to include some
"required" and "aria-required" attributes on input elements, and some other
changes, but these were easy enough to do.

You can see how I've implemented it at
http://www.accessibleculture.org/contact/.

Feel free to play with it and send some messages if you want.

Jason

On Thu, Oct 6, 2011 at 6:59 PM, Catherine Roy < = EMAIL ADDRESS REMOVED = >wrote:

> Hi,
>
> I am looking for an accessible form plugin for WordPress for a local
> non-profit who would use this to allow people to sign up for membership.
> The form would, once filled out, be sent to the org's dedicated email
> account by pressing the submit button.
>
> Through my research, I found this plugin by Mike Cherim but do not know
> how up-to-date it is and if it has the "sent to an email account"
> functionality. Is anyone familiar with this plugin ? Or does anyone have
> other suggestions ?
>
> Thanks,
>
>
> Catherine
>
> --
> Catherine Roy
> http://www.catherine-roy.net
>
>
>
>

From: Ryan E. Benson
Date: Thu, Oct 06 2011 10:18PM
Subject: Re: accessible form plugin for WordPress
← Previous message | Next message →

To throw another name into the pile, check out Contact Form 7,
http://contactform7.com/. I looked at it months ago for another list,
I want to say it set up labels correctly on its own.

--
Ryan E. Benson



On Thu, Oct 6, 2011 at 7:17 PM, Jason Kiss < = EMAIL ADDRESS REMOVED = > wrote:
> Hi Catherine,
>
> I use Mike Cherim's GBCF-v3 contact form script. It's quite good and
> accessible, I think. I've modified it a bit, e.g., to include some
> "required" and "aria-required" attributes on input elements, and some other
> changes, but these were easy enough to do.
>
> You can see how I've implemented it at
> http://www.accessibleculture.org/contact/.
>
> Feel free to play with it and send some messages if you want.
>
> Jason
>
> On Thu, Oct 6, 2011 at 6:59 PM, Catherine Roy < = EMAIL ADDRESS REMOVED = >wrote:
>
>> Hi,
>>
>> I am looking for an accessible form plugin for WordPress for a local
>> non-profit who would use this to allow people to sign up for membership.
>> The form would, once filled out, be sent to the org's dedicated email
>> account by pressing the submit button.
>>
>> Through my research, I found this plugin by Mike Cherim but do not know
>> how up-to-date it is and if it has the "sent to an email account"
>> functionality. Is anyone familiar with this plugin ? Or does anyone have
>> other suggestions ?
>>
>> Thanks,
>>
>>
>> Catherine
>>
>> --
>> Catherine Roy
>> http://www.catherine-roy.net
>>
>>
>>
>>

From: Giovanni Duarte
Date: Fri, Oct 07 2011 7:00AM
Subject: Re: accessible form plugin for WordPress
← Previous message | Next message →

I also recommend contactform7 . Very flexible and easy to use.
Giovanni

-----Original Message-----
From: = EMAIL ADDRESS REMOVED =
[mailto: = EMAIL ADDRESS REMOVED = ] On Behalf Of Ryan E. Benson
Sent: Thursday, October 06, 2011 11:19 PM
To: WebAIM Discussion List
Subject: Re: [WebAIM] accessible form plugin for WordPress

To throw another name into the pile, check out Contact Form 7,
http://contactform7.com/. I looked at it months ago for another list, I want
to say it set up labels correctly on its own.

--
Ryan E. Benson



On Thu, Oct 6, 2011 at 7:17 PM, Jason Kiss < = EMAIL ADDRESS REMOVED = >
wrote:
> Hi Catherine,
>
> I use Mike Cherim's GBCF-v3 contact form script. It's quite good and
> accessible, I think. I've modified it a bit, e.g., to include some
> "required" and "aria-required" attributes on input elements, and some
> other changes, but these were easy enough to do.
>
> You can see how I've implemented it at
> http://www.accessibleculture.org/contact/.
>
> Feel free to play with it and send some messages if you want.
>
> Jason
>
> On Thu, Oct 6, 2011 at 6:59 PM, Catherine Roy
< = EMAIL ADDRESS REMOVED = >wrote:
>
>> Hi,
>>
>> I am looking for an accessible form plugin for WordPress for a local
>> non-profit who would use this to allow people to sign up for membership.
>> The form would, once filled out, be sent to the org's dedicated email
>> account by pressing the submit button.
>>
>> Through my research, I found this plugin by Mike Cherim but do not
>> know how up-to-date it is and if it has the "sent to an email account"
>> functionality. Is anyone familiar with this plugin ? Or does anyone
>> have other suggestions ?
>>
>> Thanks,
>>
>>
>> Catherine
>>
>> --
>> Catherine Roy
>> http://www.catherine-roy.net
>>
>>
>>
>>

From: Catherine Roy
Date: Fri, Oct 07 2011 10:15PM
Subject: Re: accessible form plugin for WordPress
← Previous message | Next message →

John & Jason,

Thank you both for your feedback. Much appreciated.

Best regards,


Catherine

--
Catherine Roy
http://www.catherine-roy.net

From: Catherine Roy
Date: Fri, Oct 07 2011 11:09PM
Subject: Re: accessible form plugin for WordPress
← Previous message | No next message

Thanks to Ryan and Giovanni for your suggestions as well.

Strangely, I did not see your messages go by on the list but found them in
the WebAim list archive. Anyway, thanks again.

Best,


Catherine

--
Catherine Roy
http://www.catherine-roy.net