Answered
How to pass checkboxes with values?
I'm dynamically generating a list of items (say, vegetables), each with a numeric ID, and each with a checkbox. The user selects the vegetables he wants, and clicks the submit button. From the selected vegetable ID's, I want to do an insert into another table (say, customer orders.) I can't find any clear examples of how to do this. The form can submit to another .cfm page or self-submit, doesn't matter to me. Also, Flash forms are not allowed on my site.
Help, please! Thanks.
