Ugh, never mind, I guessed and found the solution. Thanks for being
predictable Cake! :)
<?=$form->create('User', array('action' => 'register'))?>

On Mar 21, 11:22 am, "xhenxhe" <[EMAIL PROTECTED]> wrote:
> I'm using the latest 1.2 version build.
>
> I'm building a user registration form. when I use the following code:
> <?=$form->create('User')?>
>
> I get the following html:
> <form id="UserAddForm" method="post" action="/users/add">
>
> What option do I use in the create method to have my action go to "/
> users/register" instead of "/users/add"?


--~--~---------~--~----~------------~-------~--~----~
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