Thanks Brenton..
Anyone have a quick sample of doing this?

On Thu, Feb 26, 2009 at 7:00 PM, Brenton Alker <[email protected]> wrote:

> jamilhassanspain wrote:
> > the default behavior for a Zend Form is to list all elements vertically.
>  Is
> > there any way to do any grouping of elements without using subforms?
>
> You can group form elements in fieldsets using the "addDisplayGroup"
> function on the Zend_Form and change the way elements are
> displayed/wrapped in html using decorators.
>
>
> > or if I did the elements manually in a page ( to group them how I want ),
> > how can I activate the built-in error checking so the validators will
> catch
> > ?
> > Or is the only way to take advantage of the default Zend Form validation
> is
> > to build a form using a class?
>
> It is possible to get the errors out of a form and manually display
> them, but it is probably easier if you can let the form do it for you.
>
> > Let me know if this is confusing..
> >
> > Jamil
>
>
> --
>
> Brenton Alker
>
> http://blog.tekerson.com/
>
>

Reply via email to