Hi, Have you tried:
$this->setAttrib( 'escape', false ); Regards, Svetlin Tsvetanov On Fri, Oct 16, 2009 at 6:57 PM, Hector Virgen <[email protected]> wrote: > What part of the form do you not want to escape? > > -- > Hector > > > > On Fri, Oct 16, 2009 at 6:32 AM, Anders Gunnarsson > <[email protected]>wrote: > >> How do i disable escaping in zend_form? >> >> I have found a $form->getView()->setEscape() but only found two settings >> "htmlspecialchars" and "stripslashes". >> I saw something about "noEscape" in a forum, but that gives me an error. >> >> regards >> Anders >> >> / >> / >> > > -- Svetlin Tsvetanov PHP Lead [email protected] This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This message contains confidential information and is intended only for the individual named. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. If you are not the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited. Any views or opinions presented in this email are solely those of the author and do not necessarily represent those of the company.
