Ok, so it was debug text...I'll ignore that part then, no problem. The next thing I see is that the error is in template db\db1.cfm, which is not the action page of the form (which is action.cfm). The question now is, how are you getting to db1.cfm? Is it a UDF call, a cfinclude, or maybe even a cflocation? From the error, it appears that however you're getting there, you're not propagating the form structure.
On Wed, Apr 23, 2008 at 9:41 AM, alex poyaoan <[EMAIL PROTECTED]> wrote: > >Your error is "Element PID is undefined in TESTFORM", meaning you are > >referenceing Testform.PID somewhere. That reference isn't in your posted > >code, so you'll need to check your pages and see where that is coming > from. > > > SORRY FOR THAT because I named the form testform and it still gives me > that error and eliminating the name of the form Element PID is undefined in > FORM and in fact with <cfdump var='#FORM#'> it gives me all the values and I > couldn't find anything from the cfquery > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304077 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

