View Single Post
  #10 (permalink)  
Old 07-27-2008, 01:09 PM
gerry22 gerry22 is offline
Junior Member
 
Join Date: May 2008
Posts: 6
Default fixed, though i think it should be default.

Set the description decorator and it will be displayed.

Code:
$form->setDecorators(array(
            'Description',
            'FormElements',
            'Form'
        ));

$form->setDescription('description here...);
Reply With Quote