Skip to main content
Inspiring
February 14, 2011
Question

Form Fields Undefined - Intermittent

  • February 14, 2011
  • 1 reply
  • 1023 views

I've been having a problems with form fields being reported as 'undefined'. This doesn't happen consistently. Most of the time the forms work fine but once in a while my users get this error. This is happening on multiple forms and can be different form fields that cause the error. I'm aware of using cfparam to catch those form fields that need it so that's not the problem.

Does anyone have an idea of what might be causing this?

This topic has been closed for replies.

1 reply

Inspiring
February 14, 2011

Is it *all* the form fields, or just some of them?

If it's all of them, could it be similar to what I was experiencing when I raised this thread: http://forums.adobe.com/thread/623826.

If it's just some of the form fields, it's not something like you having false expectations of how checkbox values are passed (ie: they're not, if the checkbox is unchecked)?

--

Adam

drmavesAuthor
Inspiring
February 14, 2011

Adam,

Thanks for responding. It's not all the fields and they are not checkbox fields (I know how to handle that). Also, they are not always the same fields.

If it fails and I get an error message, I can usually resubmit the form and it will work the second time. Sometimes it take two or three times but eventually it will work.

Roger