How can I customize my form using Zend_Form_Decorator? And how can I add a paragraph inside the form? It is just so difficult to do some simple things using Zend_Form 🙁
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
While it’s not technically the same question, something very similar was asked not long ago: Using ViewScript Decorator on Nested Subforms (Zend Form)
You can get many interesting links in the answers, that can help you to get started with decorators. For instance, if you want to add some markup inside the form, you could render the elements separately (details and links in the above question).
Hope that helps,