probably defaulting to using URL variables instead of FORM fields. Try
dumping the URL scope
<cfdump var="#url#">
And see if your fields show up.
To fix, try putting
enctype="multipart/form-data"
into the FORM tag and see what happens.
-reed
_____
From: Stan Winchester [mailto:[EMAIL PROTECTED]
Sent: Friday, September 24, 2004 9:35 PM
To: CF-Talk
Subject: Losing Form Scope
I have a form that is submitting to an action page, but for some reason when
the action page loads the form scope is gone, so when I look at the
debugging information under "Scope Variables" the entire "Form Fields:"
section is not even listed. This happens on the live CF5 server and my local
CFMX development server.
<form action="" method="post">
<input type="hidden" name="CorpOK" value="true">
<input type="hidden" .
<input type="submit"
value="YES - Extend the Ad Account"
class="button">
</form>
Has anyone seen anything like this before?
Thank you,
Stan Winchester
_____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

