Ok nevermind. I found out about the ViewScript decorator. That made things a lot easier.
For anyone reading this who is trying to create a complicated form, this article http://devzone.zend.com/article/3450-Decorators-with-Zend_Form was a big help...just make sure to use $this->element, not $this->form as it says in the article. That caused a few headaches trying to fix. -Dave DaveCool wrote: > > The first is pretty simple... > > -- View this message in context: http://www.nabble.com/two-problems-with-zend-form-tp18096470p18115903.html Sent from the Zend Framework mailing list archive at Nabble.com.
