If the hidden field added to the Zend form leaves extra space between elements, remove those tags around it.



$this->addElement("hidden", "id",
array('disableLoadDefaultDecorators' => true));



That will do it.

0 comments



Some Links (off programming)