I couldn't tell you without looking at some code. Make sure that the
submission method is "Post" and that the enctype is
"application/x-www-form-urlencoded". In ColdFusion, CFDUMP the FORM scope
as in:
<CFDUMP VAR="#FORM#">
This will tell you what variables exist in the FORM scope and what their
values are.
--
Mosh Teitelbaum
evoch, LLC
Tel: (301) 942-5378
Fax: (301) 933-3651
Email: [EMAIL PROTECTED]
WWW: http://www.evoch.com/
-----Original Message-----
From: daniel kessler [mailto:[EMAIL PROTECTED]
Sent: Friday, March 26, 2004 2:02 PM
To: CF-Talk
Subject: Re: accessing variables received from POST
I'm receiving error:
The specified form field cannot be found. This problem is very likely due
069.056.155.138.00080-129.002.061.177.49371: to the fact that you have
misspelled the form field name.<P><P> <p>The error occurred while processing
an element with a general identifier of (#FORM.id#), occupying document
position (15:21) to (15:29).
Does that mean that it's not being sent properly?
>Daniel:
>
>Use the FORM scope as in FORM.varName
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

