In your first two representations of your data array there was no
second event.  As long as the fields you are inserting for the 2nd
event follow the data['Event'][1]['fieldname'] format then it should
all be ok.

I'm confident that you should be able to submit a form that has been
built dynamically as all the automagic happens after you submit the
form, the only thing that would have a problem with the form would be
the security component if you were using it, but that would reject the
form all together and give you a white screen.

If you are truly following the data['Event'][1]['fieldname'] format it
should work fine, concentrate solely on getting the right data array
to the contrlller and the rest should fall into place.

Paul.

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 cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to