add debug($this->data); to your controller that is receiving the submitted data. It will display the structure of $this->data
On Oct 30, 6:59 am, MDB <[EMAIL PROTECTED]> wrote: > How do you get form data that is not part of a controller? I have a > select / drop down box called dobDay, then in the controller, I have > tried $this->data['dobDay'], $_POST['dobDay'] and > $this->data['Customer']['dobDay'] (customer = name of form) and nothing > > works. Can someone please help? TIA --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
