Typically speaking, that sort of error message would indicate that an empty string is being submitted. To combat that, you could:
1) check to see if it's an empty string, if so, then redirect the user back to the form and make sure they select something, or 2) use #val(form.getMail)# in your cfqueryparam. Upon another glance, however, it appears that you're missing the # signs in your cfqueryparam, which will result in the error message as well. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312545 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

