Robertson-Ravo, Neil (RX) wrote: > it will only return a list if its a multi selectbox I am sure.
The original example (<input type=checkbox name=songid value=songid>) is a bit bad for 2 reasons: - it is inappropriate to store the info as a list in the database - the lack of proper formatting makes it confusing However, the example does work. Just read it like this: <input type="checkbox" name="songid" value="#songid#"> The value form.songid on the action page will be a comma delimited list of all the values of the checked checkboxes (for every browser that I know of). Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

