They are all wrapped in their own form tags which are automagically
generated using the form helper.

The two main forms are created with this code:

<?php echo $form->create('User');?>
<?php echo $form->input('**field names**', array()); ?>
<?php echo $form->end('Next', array());?>

<?php echo $form->create('User', array('action'=>'login'));?>
<?php echo $form->input('**field names**', array()); ?>
<?php echo $form->end('Next', array());?>

Have I done something incorrectly?

On Mar 10, 8:55 am, Miles J <[email protected]> wrote:
> Are they all wrapped in their own form tags? Try that first.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to