Try something like this. You're passing a comma-delimited list when you pass
checkboxes with the same name.

-d


<CFLOOP list="#form.fieldnames#" index="thisone">
<CFOUTPUT>
  <input type="Hidden" name="#thisone#"
value="#evaluate(listgetat(form.fieldname, thisone))#">
</cfoutput>
</cfloop>




************************************************************
Deanna Schneider
Interactive Media Developer
UWEX Cooperative Extension Electronic Publishing Group
103 Extension Bldg
432 N. Lake Street
Madison, WI 53706
(608) 265-7923



------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to