Hello,
You could do it this way to not show error messages:
<?php echo $this->Form->input('first_name', array('error' => false));?>
Andras Kende
http://www.kende.com
On Dec 26, 2010, at 7:55 AM, János Vasbányai wrote:
> Hello Bakers!
>
> I'm bakin' a site with CakePHP 1.3. I use the awesome htmlHelper of
> Cake. Everything is cool, but i found problem which i can not solve.
> (It's more the lack of my Cake knowledgement than a problem.)
>
> I have an element for login' in. It can be seen in every corner of my
> site, even if i'm registering. The Cake names the input fields(the
> login form's username field and the username field that is used to
> register) : data[User][username]. If there happens an error(e.g.: it's
> empty when its sended) with the registering username field Cake show
> the error under the login username field too. Is there a way to tell
> Cake not to show error messages under certain fields?
>
> Johann
>
> Check out the new CakePHP Questions site http://cakeqs.org and help others
> with their CakePHP related questions.
>
> You received this message because you are subscribed to the Google Groups
> "CakePHP" 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
Check out the new CakePHP Questions site http://cakeqs.org and help others with
their CakePHP related questions.
You received this message because you are subscribed to the Google Groups
"CakePHP" 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