0

/t5/coldfusion-discussions/cfloop-over-checkbox-values/td-p/215461
Apr 25, 2008
Apr 25, 2008
Copy link to clipboard
Copied
Hi, I have a form where the user can check checkboxes for
various events to be included in an email. Then, once the form is
submitted, an email should be created that includes the information
related to each checked value. However, I only get one checkbox
value in the email, rather than multiple ones! No error, but I'm
not sure why it's not all working correctly. Thanks.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
1 Correct answer
Apr 25, 2008
Apr 25, 2008
Figured it out! Needed the loop tag to extend farther than it
did.

/t5/coldfusion-discussions/cfloop-over-checkbox-values/m-p/215462#M19260
Apr 25, 2008
Apr 25, 2008
Copy link to clipboard
Copied
Figured it out! Needed the loop tag to extend farther than it
did.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

