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