I want to be able to take multiple select boxes and pass all chosen options to a single form field. The cart I am send this to does not support more then one option field. Example <select name="SIZE"> <option>SM</option> <option>MED</option> <option>LG</option> <option>XL</option> </select> <select name="COLOR"> <option>WHITE</option> <option>BLACK</option> <option>RED</option> <option>GREEN</option> </select> <select name="STYLE"> <option>VNECK</option> <option>POLO</option> <option>CREW</option> <option>TANK TOP</option> </select> <input name="allthree" type="HIDDEN" value="SizeResults, ColorResults, StyleResults"> Any Ideas? Thanks, Stephanie ALSO: I still have this question too: Does anybody know of a tag or snippet of code to create a DBF from a query result? Thanks, Stephanie ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

