problem on submiting PDF form to php script
Copy link to clipboard
Copied
Hello!
I made a form that sends its data via HTTP Submit button to a php script that saves the data into a database.
So everything worked fine, until at some point i added a new field in the form that is compleetly being ignored on submit. I am really stuck on this...cant find a logical explanation for this since all other fields work fine, all the data is getting posted to the php script but the one for this field is totally missing even from the file_get_contents('php://input').
Any ideas what would be cause for this?
Copy link to clipboard
Copied
I found out the problem at last:
Deleted the default data connection and checked the Allow binding to data not defined by the default data connection in the form properties->Data binding menu., then rebuilt the default data connection and now it works.
Copy link to clipboard
Copied
So what you really have is a AEM or LiveCycle form?
Use the Acrobat JavaScript Reference early and often

