Re: some observations on form features

2009-04-29 Thread Waylan Limberg
On Wed, Apr 29, 2009 at 10:33 AM, ken keller wrote: > > form.as_table is appealing but seems limited: Ken, the consensus seems to be that the form.as_* methods are for quick prototyping and not really meant for fine grained control. If you want more control over the output of the form, build it

some observations on form features

2009-04-29 Thread ken keller
form.as_table is appealing but seems limited: * Many forms need field groups to be highlighted. * Sometimes multiple fields need to be in the same row (e.g., first & last name). * The use of for errorlist can cause layout problems. Sometimes I need to add non-bound fields to a bound form such as