WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Mutliple unrelated forms and one submit button

for

From: Lynn Holdsworth
Date: Feb 13, 2015 8:12AM


Hi James,

When you say the sets of checkboxes are unrelated, do you mean their
data is submitted to two different places when you press the Submit
buttons? Are these essentially two different forms? If so they'd
really need to have separate Submit buttons.

Best, Lynn

On 12/02/2015, Wloch, Rob < <EMAIL REMOVED> > wrote:
> Hi James,
>
> One thing that always helps me in these kinds of scenarios is to go to
> http://validator.w3.org and run the page's "view source" code through the
> HTML validator. This can quickly answer the question of whether <form> is
> allowed inside a table; it will validate any other HTML issues on the page
> too and if none then it at least passes WCAG 2.0 success criteria 4.1.1.
>
> For the checkboxes and submit, it seems okay to me as long as the sets of
> checkboxes are in fieldsets (ie. <fieldset> <legend>) and labelled properly,
> etc. See example 2: http://www.w3.org/TR/WCAG20-TECHS/H71.html
>
> I hope this helps a bit.
>
> -Rob.
>
> -----Original Message-----
> From: <EMAIL REMOVED>
> [mailto: <EMAIL REMOVED> ] On Behalf Of James Bailey
> Sent: February 12, 2015 5:13 PM
> To: WebAIM List ( <EMAIL REMOVED> )
> Subject: [WebAIM] Mutliple unrelated forms and one submit button
>
> Hello All,
>
> I'm looking at a page that has two unrelated sets of check boxes and one
> submit button at the bottom of the page. There is text content separating
> the groups. It seems to me this should be compliant, but I'm not finding
> much on the web about. I'd appreciate any thoughts this group might have or
> point me to a relevant web page.
>
> Another issue is that the forms are in tables, but fortunately I have found
> some discussions about that aspect.
>
> Thanks,
>
> James
>
> James Bailey M.S.
> Associate Director
> Accessible Education Center
> University of Oregon
>
>
> > > > > > >