You might want to set a legend for the display group of elements:
$form->addDisplayGroup(array('inputID1', 'inputID2', 'inputID3'),
'displayGroupName',
array('legend' => 'Date Of Birth'));
As for displaying them inline, it would be a lot simpler to set the display:
inline property in a stylesheet than to write a separate view helper to
render them.
--
View this message in context:
http://zend-framework-community.634137.n4.nabble.com/Display-Group-Help-tp2065125p2065186.html
Sent from the Zend Framework mailing list archive at Nabble.com.