Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

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

Community Beginner ,
Mar 18, 2016 Mar 18, 2016

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

TOPICS
Acrobat SDK and JavaScript , Windows
383
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Mar 18, 2016 Mar 18, 2016
LATEST

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/

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines