In Zend_Form is it possible to prepend an element with a pair of html tags containing text using decorators?How?
Ex:
<div>My text inside html tags prepended..</div><input type='text'>
EDITED:
And what if I want to place a form element in a pair of html tags still containing text?
Ex.
<div>
This div is containing both my custom text and my form element:
<input type='text'>
</div>
thanks
Luca