>From what I can see, you are never actually checking if the form is submitted before doing anything.
>From your example, you could use: <cfif structkeyexists(form, "submit")> A form was submitted, get the userInfo, put it in the db <cfelse> A form was not submitted, do nothing </cfif> Also not sure why you have commented out the cfparam's ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Macromedia ColdFusion MX7 Upgrade to MX7 & experience time-saving features, more productivity. http://www.adobe.com/products/coldfusion?sdid=RVJW Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279260 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

