Re: Missing form fields - anyone experienced this error ?

2004-03-08 Thread John Uebel
No solution - just a fellow sufferer. I too have a form that is carrying multiple hidden fields (about 40). I have written a debug script to catch the error and when the page fails, I send an e-mail to myself reporting all cgi and form variables. What is apparent is that the majority of users

RE: Missing form fields - anyone experienced this error ?

2003-07-31 Thread Kola Oyedeji
Also What browser are they using? Some older versions of browsers have been known to drop form fields. Kola -Original Message- From: Robert Kogan [mailto:[EMAIL PROTECTED] Sent: 28 July 2003 09:01 To: CF-Talk Subject: Missing form fields - anyone experienced this error ? Let

Missing form fields - anyone experienced this error ?

2003-07-28 Thread Robert Kogan
Let me describe the problem I'm experiencing -- there's a form on our site that is very long and contains many inputs (of type hidden, text, select, etc.). When the submit button is pressed, it submits to a second page. This all worked perfectly for many months, but this week we upgraded to

RE: Missing form fields - anyone experienced this error ?

2003-07-28 Thread Adrian Lynch
To: CF-Talk Subject: Missing form fields - anyone experienced this error ? Let me describe the problem I'm experiencing -- there's a form on our site that is very long and contains many inputs (of type hidden, text, select, etc.). When the submit button is pressed, it submits to a second page

Missing form fields - anyone experienced this error ?

2003-07-27 Thread Robert Kogan
I just upgraded from CF 5.0 to CFMX, and I am having this same problem. The form submission works fine for me, but I still see a few errors per day where the receiving form submission page generates the error, Element CARDTYPE is undefined in FORM. I've made sure there is no ill-formed HTML

RE: Missing form fields - anyone experienced this error ?

2003-07-27 Thread Joe Eugene
Post your codeWhat is CardType? CheckBox? Joe Eugene -Original Message- From: Robert Kogan [mailto:[EMAIL PROTECTED] Sent: Monday, July 28, 2003 12:42 AM To: CF-Talk Subject: Missing form fields - anyone experienced this error ? I just upgraded from CF 5.0 to CFMX, and I am

Missing form fields - anyone experienced this error ?

2002-08-29 Thread Vishal Narayan
Has anyone else experienced these missing form data errors ? These are not due to improper bookmarking, or due to browser having JavaScript disabled. The form field exists, but on submittting, is somehow not available to the next page. These occur randomly, and therefore cannot be a coding

Re: Missing form fields - anyone experienced this error ?

2002-08-29 Thread S . Isaac Dealey
Has anyone else experienced these missing form data errors ? These are not due to improper bookmarking, or due to browser having JavaScript disabled. The form field exists, but on submittting, is somehow not available to the next page. These occur randomly, and therefore cannot be a

Re: Missing form fields - anyone experienced this error ?

2002-08-29 Thread Sandy Clark
PROTECTED] Sent: Thursday, August 29, 2002 8:24 AM Subject: Re: Missing form fields - anyone experienced this error ? Has anyone else experienced these missing form data errors ? These are not due to improper bookmarking, or due to browser having JavaScript disabled. The form field exists

Re: Missing form fields - anyone experienced this error ?

2002-08-29 Thread S . Isaac Dealey
PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, August 29, 2002 8:24 AM Subject: Re: Missing form fields - anyone experienced this error ? Has anyone else experienced these missing form data errors ? These are not due to improper bookmarking, or due to browser having JavaScript

RE: Missing form fields - anyone experienced this error ?

2002-08-29 Thread Benjamin S. Rogers
://www.c4.net/ v.508.240.0051 f.508.240.0057 -Original Message- From: Vishal Narayan [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 29, 2002 6:31 AM To: CF-Talk Subject: Missing form fields - anyone experienced this error ? Has anyone else experienced these missing form data errors

RE: Missing form fields - anyone experienced this error ?

2002-08-29 Thread Matt Robertson
I have a very similar story to Benjamin's. Form fields that absolutely, positively are accounted for (required on the form, cfparam'd on the action page etc. etc.) and cannot be blank... are on random occasions. Not just IE5 on the mac, unfortunately. Various versions of IE and NN. Did the

Re: Missing form fields - anyone experienced this error ?

2002-08-29 Thread novakbanda
: RE: Missing form fields - anyone experienced this error ? I had a form on the Grand Canyon NPS site that used to get hundreds of submissions a day. Periodically, like once every couple weeks, we'd get a complaint from a user that the form didn't work. The user explained that they filled out

RE: Missing form fields - anyone experienced this error ?

2002-08-29 Thread S . Isaac Dealey
I have a very similar story to Benjamin's. Form fields that absolutely, positively are accounted for (required on the form, cfparam'd on the action page etc. etc.) and cannot be blank... are on random occasions. Not just IE5 on the mac, unfortunately. Various versions of IE and NN.