How can I add extra html (such as a link) to my form element?
Answer Posted / Guarav Kumar
To add extra HTML elements, such as links, to your Zend Form, you can create custom decorators. In the decorator, you can modify the generated HTML by extending the default decorators and using PHP to generate additional elements.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers