views:

220

answers:

1

is it possible to create subform and displaygroup without fieldset on zend forms?

A: 

Why to do this?
This is helpful accessibility feature?

However, You may do this in many ways, e.g. subclassing Zend_Form and setting your own decorators, or using getDecorators(), addDecorator() setDecorators() or removeDecorator() methods.

takeshin