Search code examples
zend-frameworkzend-formzend-form-sub-form

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


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


Solution

  • 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.