Form Fields returning undefined (ASP)
I put together a simple form with 4 text fields. I used DW CS3 code to validate the required fields. On submit, the form is processed by a second file that emails the results to me. All my testing works perfectly.
So I put the form online. When I test online it works perfectly.
It appears 10+ people have attempted to fill in the form. But the form seems to only return undefined.
So I added a hidden field to collect all http headers to see if that might give me a clue. Testing works perfectly but from clients all I get in undefined even in the hidden field.
SO THE REAL QUESTION IS: what can cause the passing of undefined field values?