I have a cfoutput from a query and within that I have a
<cfinput type="checkbox" name ="GroupID" value
="#Query.GroupID#"> to input the GroupID value from any checked
checkbox.
It passes all of the values from the checked boxes, but
without the comma between the values. I end up with one string with
"GroupIDGroupIDGroupID". I am 99% sure that this worked on CF7, but
am now running CF8 and Dreamweaver 8.
From what I've seen in a bunch of forums, this procedure
should create "GroupID,GroupID,GroupID".
Any ideas?