I'm currently working on a project and I just can't seem to get my head around a way to get this to work using Coldfusion on the backend, and I'm hoping to find an expert to help. I'm using the jQuery plugin relCopy to add "Ingredient" fields to my form. (I'd link, but it's only allowing one.) This is the beginning of several problems -
1) I've got checkboxes as part of the "duplicated" form items. They get incremented by id - but if all are not selected, I just get notified of the number of items selected, not which specific records were selected.
2) Once I've got the information submitting - I've got no idea how to write the loop in Coldfusion to go through and get the information submitted into the database.
3) How in the world do I go about editing existing records?!?
If I can get 1 and 2 figured out - I think I can work on #3. You can view an example of what I'm trying to accomplish here http://jquery.previewsite.us
Any help would be greatly appreciated.