The quick way is to use the Description decorator as follows ...
$textElement = new Zend_Form_Element('someElement');
$textElement->setDescription('TEXT');If you are wanting something more complex you could define your own decorator. On Thu, Aug 20, 2009 at 11:49 AM, Enkhbilguun Erdenetsogt<[email protected]> wrote: > Hello, > > I just wonder how to insert a paragraph or a text string into Zend Form > elements? > > I'm expecting: > > <input type="text"> > <p>TEXT</p> > <input type="submit"> > > > Do you know how to? > > > Thanks ;-) >
