Appending the semicolon was easy enough, I was trying to make it more complicated than it was for some reason. Never dawned on me to try <cfset data = data.email & "; ">
Still looking for a way to keep autosuggesting emails once the first has been selected though. ~Steve http://goodcf.instantspot.com/ From: Steve Good [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 02, 2008 12:58 PM To: CF-Talk Subject: autosuggest I have a form field that autosuggests an email address, however it only works with one email address at a time. How would I go about setting it up so that when a user starts typing the autosuggest will append the email address with a semicolon and then allow the user to search for another address in the same field? This is my first time really working with autosuggest and the examples in the CFWACK don't cover what I want to do. Thanks! ~Steve ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:302517 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

