Re: ids now included in Formulator fields
Wim Boucquaert <[email protected]> Fri, 13 Nov 2009 11:40:24 +0100
| Newsgroups | gmane.comp.web.zope.silva.devel |
|---|---|
| Organization | Infrae |
| Message-ID | <[email protected]> |
Hi Andy, Andy Altepeter wrote: > First, not all formulator fields have a title which directly correlate to a > single input field. Radio fields (which have multiple inputs) and checkbox > groups are two fields that do not have a direct correlation. I was unable to > find any "best practice" online about what to do in this case -- should the > field title be a label for the first input field in the group? Should there > not be a label around the field title? I suppose in this case a better > approach would be to use a fieldset. Maybe this can help you to give you an accessible idea, I always use this as a reference for making html forms with radio buttons and check boxes. http://www.alistapart.com/articles/prettyaccessibleforms/ Thank you for all the work! Regards Wim