rob, I'm very interested to see what good advice comes. I'm a fair way through a similar problem and it's my first ajax. If nothing useful comes in I can provide a little to get you going but since I'm kind of stumbling my way through this, we can hope for a link to a nice concise article!
For my project I have a list of images that are in a folder. Each needs several data entries recorded, they need to be moved to permanent storage and to be scaled. When I click the link a form is created (ajax) and I can enter the data (to several linked tables). I can click open as many as I feel like doing at a single session and save them all at once. Yeah, it doesn't ALL work yet but data is getting saved, images are getting moved and sized. Regards, Don On May 15, 7:22 pm, Rob <[email protected]> wrote: > Let me start off by explaining what I want to do and where I am right > now. > > I have a CakePHP site where I can submit projects, and each project > has many different elements attached to it. I'm created the add > project form to be able to add elements as well. I have successfully > created a form that will submit both projects and elements. This form > has 2 parts to it the Project form which there is only one and the > Element form which I want there to be many of. So for one project > submission there will be more than one element submission. > > What I want to do is add a button that, when clicked, adds another > Element form to the page until there are enough. My original idea was > to do this with AJAX and jQuery, since the form creation is handled by > cake. Problem is, I don't really know where to get started. > > Any push in the right direction would be helpful > Thanks -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
