views:

29

answers:

1

Hello.

I am creating a form, using Zend Form. I have 8 input elements. And I want to placing first 6 elements in one div, and others in second. How I can do this? I am tried to use addDisplayGroup(), but it was unsuccessful.

Or may be you know how to create a link in form?

+2  A: 

You should probably use a decorator, such as Zend_Form_Decorator_HtmlTag.

Sjoerd
How? May be some examples fro my situation?
Alexander.Plutov
http://devzone.zend.com/article/3450, at "Example: Full Customization Using the ViewScript Decorator"
Sjoerd