I have a dealer application that I want to be filled out online. I have no problems filling it out and the info getting to my database. However, there seems to be an influx of our customers that are not getting the info passed. Actually the 'data' comes through as blank or null. The fields are set up to be required and are checked before the PDF is submitted.
Any ideas?
You could test this by haveing a customer that has this problem submit at a time when you are running your server script in debug mode, so you can see exactly what's coming in. You could also setup the server script to write the HTTP request body directly to a file, so you can check the exact contents without needing to be in debug mode.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script