Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.

How to get pdf form data into a php code?

Avatar

Level 1

I have created one pdf form ,that helps to fill application form online.....

I tried to access the field values using php code ($_REQUEST) but itz not taking any field values then i searched everywer to find solution but all are telling the same .then i got one link for demo of simple submit form , here is the demo http://blogs.adobe.com/stevex/files/SimpleSubmitSample.pdf but this demo is not working in my system,not getting values from pdf ........................Is there any setting to do inorder to get pdf form field values in PHP

can any one help me??

2 Replies

Avatar

Former Community Member

I never had this problem so obviously something needs tweaking. First thing to test is to leave the PDF out of the picture - check if the variables are received when performing a HTTP POST from another web page to your script. If this works, the next step would be to have your script do a phpinfo(); or print_r($_POST); and submit from your PDF. This in order to determine what really is sent from the client.

Now you should be able to pinpoint your problem.

Avatar

Level 1

No the variable not taking the values ...........the same program working in other system.It showing error as undefined index in my system rest of all system itz working. what might be the problem should i set some setting in my system..........and also before starting dat pdf is showing some msgbox as urlencode error......