I have an old PHP script that I am converting to coldfusion,
I have an array of checkboxes which in PHP was created by adding
square brackets. When I try this in CF I get
Element ROOMS is undefined in FORM.
How do I create and access an array of checkboxes in
CF?
The simplest way to do check boxes is to give them all the
same name and forget about arrays. When you submit the form, you
will either have a list or nothing whatsoever.