or one certain form? Maybe there's something with the syntax of the way
you structured your form that certain browser versions have issue with.
John
-----Original Message-----
From: Matt Robertson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 03, 2004 2:40 PM
To: CF-Talk
Subject: RE: Form Fields Disappearing
What Tom Kitta said.
Its occasional and can't be tied to any load or other identifiable
factor. Form fields are disappearing that simply cannot disappear.
Maybe they are being required and making it past the requirement check
(i.e. input type="fieldname_required") but showing up as undefined when
you try to do anything with them server side. And you are doing what
you need to in order to ensure no weirdness like reposts, gets to a form
page etc. etc. So you cfparam the first one and it blows on the second
one. And its not just one single browser, but it sort of looks like IE
in general is the main culprit. And it happens on Win and Macs.
Sound familiar? The general consensus on the MM forums (this was quite
a while ago) was that it was some sort of browser issue where all fields
weren't being sent over. Maybe... cuz that explanation didn't fit all
the symptoms. I *think* it started cropping up in IE5 but again my
memory is hazy.
At present I never have the problem, but I've had sites that had it a
lot. I cfparam every form var on every post page right at the top and
don't seem to get the problem anymore.
But thats not to say thats what fixed it. I never did see anyone say
for sure they had figured out what the problem was.
--------------------------------------------
Matt Robertson [EMAIL PROTECTED]
MSB Designs, Inc. http://mysecretbase.com
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

