Hi all,
On 19/02/2008, Matthew Weier O'Phinney <[EMAIL PROTECTED]> wrote:
> I'm guessing you must be using setElementDecorators(). :-)
>
> Yes, there's an easy way to remove a decorator:
>
> $form->submit->removeDecorator('Label');
>
> will remove the Label decorator.Thanks Matthew, works perfectly. My form is now looking as it should again - http://i77.photobucket.com/albums/j49/citalan/registration_Form.jpg :-) Thanks, Al.
