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/

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to