Help with JavaScript to Submit Form via Email!

Copy link to clipboard
Copied
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!
Copy link to clipboard
Copied
Here is a link to a working copy of the form email patient.


-
- 1
- 2