Hi, Azadi, and thanks for the feedback. I tried every combination I could think of...modifying variables in the form_validation.cfc as well as the email_processing.cfc, but nothing changed.
The fields throwing the errors aren't even involved in the validation in form_validation.cfc... I tried <cfset var form_errors - ""> before <cfset form_errors = structNew()> if that's what you meant, but that didn't help. I just can't figure out what is performing the validation and rejecting my field data. Do CFC's perform some kind of validation inherently? Again, if I leave data out of the fields causing the problem, the form processes normally. Rick Azadi Saryev wrote: > <cfset form_errors = structNew()> - you are not VAR'ing your cfc variables, > so some var leaking/confusion may be going on... > > Azadi Saryev > Sabai-dee.com > http://www.sabai-dee.com/ > > > > Rick Faircloth wrote: > >> Yeah, I know... I was trying not to get to deep into the code since it >> involves so many parts, but here' s shortened version: >> >> >> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:314748 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

