as Ian has said, the problem is likely to do with your #form.number# variable: somehow its value when you were building your form fields, and its value on the form's action page is not the same. check your code that sets its value and look for any code that may change it...
are you building your form fields in an indexed cfloop? e.g. <cfloop from=1 to=10 index="x"> ...form fileds created here </cfloop> Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ On 12/11/2009 07:40, Steve Moore wrote: > The missing fields are always text fields. I dump the form scope in my error > email I receive and the field does not exist. Not in the FIELDNAMES field > either. Doubt they are from bots as the rest of the content seems valid user > input. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328286 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

