If you want to use HTML as description in Zend Forms use :
$name = new Zend_Form_Element_Text('fullname'); $name->setLabel('Full name:'); $name->setDescription('<a class="thickbox" title="Please choose customer" href="/customers/indexajax?KeepThis=true&TB_iframe=true&height=600&width=1100">Find customer</a>'); |
