You have a space in your delimiters. On Jan 24, 2008 2:55 PM, Steve LaBadie <[EMAIL PROTECTED]> wrote:
> I have a series of checkboxes and am using a <cfloop> to grab the > choices. The list consist of a total of 10 items. For some reason I am > not able to pass the spaces as well. Any ideas would be appreciated. > > <input type="checkbox" name="apply" value="Podium with Microphone" > style="vertical-align: middle;" />Podium with Mic > > > > Action Page: > > <cfloop list="#form.apply#" index="c" delimiters="| ">#c#</cfloop> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:297360 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

