I am creating a form with cfloop
and need to access each variable individually when submitting the form. I need to use the selected entries of the form in a lo
You started down the correct path when you added the counter - go back and add that, something like:
Would work.
I also sometimes like to add a form field for the 'counter' on the processing page
Then on the processing page, you can loop over the counter and access the form fields using bracket notation