I am new to php. I barely know any code and try to work from examples.
I have a form in a pdf file and I am trying to submit the form data to formmail.php which is hosted on my server. Adobe Acrobat submits the form data encoded as HTML. However, formmail complains that there is no action defined in the submission process. To get around this, i thought it would be a good idea to through one php file and use something like cHTTP to send it to the formmail.php.
Is this feasible? Would anyone have any advice on how to do this?
Thanks for any help.
Trying to process form data
Moderator: General Moderators
This error comes up when i submit through adobe acrobat.
It is to be expected because it doesnt let you define an action or recipient. I was thinking to get around to submit it to another php that would process and submit that form data to formmail. I saw that cHTTP can add fields and action method so I thought I was going down the right path, but I'm not too sure how to impliment it into the whole setup.
Code: Select all
Error=The form has an internal error - no action or recipients were specified