Thanks for your help guys. But, I actually just made a simple typo. On my page that displays both forms I accidentally named my input field 'User.name' instead of 'User.username'. So it couldn't submit properly. My login view that had the login form alone worked just fine because the input field was named correctly.
I guess I should be using an element anyway to reduce duplicate forms since they are essentially the same thing. It took me a while to realize that I made that typo. I kept seeing User.name which looked almost correct haha. Thanks again. Andrew On Sep 14, 11:59 pm, "[email protected]" <[email protected]> wrote: > Take care from the duplicate of names of fields > Example: > In login form u have 2 fields named > username > password > And > In Register form u have multiple fields and it contains fields named > with usename and password > > try to make difference in the fields names 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
