I have a CFDIV that is inside a CFFORM (<cfdiv bind="url:cats.cfm"></cfdi
v>) It contains a list of checkboxes for categories. When I submit the form which surrounds the CFDIV, it does not include the checkbox values. How do I bind those checkbox values to the form being submitted.
Thanks
============SAMPLE========
======
<cfform
<cfdiv bind="url:cats.cfm"></cfdi
v>
</cfform>
Start Free Trial