Skip to main content
Participant
March 18, 2016
Question

Submit Form to an email and then it redirect to a webpage

  • March 18, 2016
  • 1 reply
  • 415 views

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

This topic has been closed for replies.

1 reply

NKOWA555
Inspiring
March 18, 2016

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/