Attention all code monkeys!

Apr 30, 2007 14:36

Does anybody happen to be fluent in coding Cold Fusion? I need some advice on coding a registration page for our conference. We have a form that lets the faculty nominate a list of students to attend, and then another form that lets them register for the hotel by listing the students who will be rooming together. We want to combine them into one form, and I'm trying to think of the easiest way to do it would be. I'm trying to keep the changes that will be made to a minimum. I have some thoughts, but I'd like some other feedback. I've been beating my head into the desk trying to think of a better way to do it and I'm giving up for now.

Edit: I figured out the best logic for it. The problem that I'm having is that my ColdFusion loop isn't reading the next record in the loop. After fighting with it for a few hours, I added some cfoutput tags to see what was going on. Turned out that it was going through the loops and checking the correct variables, but the problem was that it wasn't advancing past the first record returned by the query. Any suggestions?
Previous post Next post
Up