We've got a few places in our sites that use the CFINSERT and CFUPDATE tags
along with the FORMFIELDS attribute to specify which form data to process.
This worked flawlessly in CF5. We recently upgraded to CFMX 7 and CF
completely ignores the FORMSFIELDS attribute. It tries to process every
submitted field no matter what we try. It has done this on 4 separate servers
so I'm wondering if it is a bug. Each server is running Windows 2000 and IIS.
The CFMX 7 is Standard edition.

I've end up having to replace the CFINSERT and CFUPDATE with regular CFQUERY
tags and SQL. While I think this is better for us in the long run, some of
these forms had hundreds of form fields and I wasn't too happy spending the
time to write out the SQL. I checked out MM's CFML reference for changes in
the tag between CF 5 and CFMX 7 and there don't appear to be any that would
cause this.

Any ideas why CF is ignoring the FORMFIELDS attribute?