Copy link to clipboard
Copied
I have an Acrobat Fillable form. I want to submit the PDF form as .pdf to an email: (abbasmurtaza88@yahoo.com) , after successful submission of PDF form/document to email, i want that it redirect to this web-page:
http://northernelec.com/index.php?option=com_content&view=article&id=4
Copy link to clipboard
Copied
The most reliable way if to submit to a server side script, such as, ASP.net. The script can send the PDF form submission to the desired recipients without client-side email software and then redirect to a success/fail web page. End users will need standalone Adobe Reader or the Adobe Reader browser plug-in; since, most browser's built-in PDF viewers are unable to "Submit" the form data and only "View" the form. If you are going to use PHP scripts, the PDF form will need Extended Reader Rights in order to send the whole PDF format; because, PHP doesn't support iText or other PDF parsing and merging technologies.
Visit the following website for more information:
www.pdfemail.net/examples/
Find more inspiration, events, and resources on the new Adobe Community
Explore Now