up vote 1 down vote favorite
share [g+] share [fb]

Been looking for a while on how to sort this out. Essentially, I just need to set a label for a Zend Framework Sub Form.

However I try to do this is just doesn't work. Zend Sub Form doesn't have a Label attribute so you can't seem to set it. However, when the form renders, you can clearly see a DT tag inwhich the label should go:

<dt id="password_form-label">&nbsp;</dt>

I have tried everything, and it seems like quite a normal thing to be able to do.

Anyone help?

link|improve this question

56% accept rate
feedback

1 Answer

Try using LEGEND...

link|improve this answer
Thanks for your reply. Legend isn't really what I need. I did look into it and got it working. In fact I have it working now. It took quite a bit of work. In the end I extended Zend_Form_Decorator_DtDdWrapper and Zend_Form_SubForm. If anyone needs an explanation, please contact me. – JonB Oct 8 '09 at 14:08
and BTW, this can be done via $subform->setLegend('text'); – sims Nov 25 '10 at 1:05
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.