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

Help with JavaScript to Submit Form via Email!

Guest
Dec 26, 2016 Dec 26, 2016

Using Adobe Acrobat Pro XI, I am working on a medical form form notifying our medical team of new patients. Upon completion of the form, I am trying to set it up to use a button to submit the saved PDF form and send it to our medical team in an email (we use MS Outlook across the organization). I've found multiple scripts that get me close to what I'm looking for, but I'm trying to accomplish this task with the following parameters:

Email To: "medical_team@outlook.com"

Subject Line: "Patient Notification Form - [LastName, FirstName Rank]"

Attach as: PDF

Body / Message: "Please find the attached Patient Notification Form for [LastName, FirstName Rank] attached."

Form Field Names: 

     - Last Name: Pull from form field "Patient_Last_Name" 

     - First Name: Pull from form field "Patient_First_Name" 

     - Rank: Pull from form field "Patient_Rank" Any help would be greatly appreciated!

TOPICS
Acrobat SDK and JavaScript
6.7K
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
LEGEND ,
Dec 29, 2016 Dec 29, 2016

Here is a link to a working copy of the form email patient.

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