I am testing multi-tab forms in MX7 using the last example from the HTML
documentation for the cfformgroup tag. The cfdump just shows whether each
checkbox has been checked by returning True or False rather than returning only
the boxes that were checked, along with their 'Values' as CF previously did.
It seems that Flash needs unique control names. Is there a way to get the
Values directly from the form or do I have to re-code all of my action pages
and hard-code the Values? TIA