To make $form->input() not display any error messages, use $form-
>input('field', array('error' => false));

To not wrap the error message, use $form->error('field', null,
array('wrap' => false));

On Jan 29, 1:20 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> Hello,
> in which way I can say to $form->input that don't  print error
> message? I want to use $form->error instead...
>
> And in which way I can sy to $form->error that it don't print  <div
> class"errror-message> ??
> thanks
> Francy
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to