Hi, I use the elements setDescription() method to do this. Mix that with some custom decorators and you get results that look like:
http://i77.photobucket.com/albums/j49/citalan/zend_form_submit_label.jpg http://i77.photobucket.com/albums/j49/citalan/remember_me_checkbox_1.jpg Is that the sort of thing you where after? Thanks, Alan On 28/02/2008, Malfojan <[EMAIL PROTECTED]> wrote: > > How can i add additional information and tags between elements while using > Zend_Form? > > For example, how can i add paragraph like this: > <fieldset> > <legend>Some Heading</legend> > <p>Some additional info how to fill out next input</p> > <input type="text" value="" name="first"> > ... > <p>Some additional info how to fill out second input</p> > <input type="text" value="" name="second"> > > </fieldset> > > I really can't get trough this. > Thanks for replies! > > > > -- > View this message in context: > http://www.nabble.com/Zend_Form---additional-info-and-tags-between-form%27s-elements-tp15740909s16154p15740909.html > Sent from the Zend Framework mailing list archive at Nabble.com. > >
