You're almost there - you just need to add the input box within your output,
like so. (This assumes here that you're just trying to determine which
flavors someone wants, not how many.)


<cfoutput query = "getFlavor">
<input type="checkbox" name="muffinorder" value="#flavorid#"> #flavordesc#
<br>
</cfoutput>




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




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to