Skip to main content
Participant
December 6, 2018
Answered

How can I automatically have a completed pdf sent back to me as an attachment in an email?

  • December 6, 2018
  • 2 replies
  • 1710 views

I have created a PDF that I want to distribute to people to complete.  Once they complete the form and hit submit I want the completed PDF to be sent back to me as an attachment in an email.  Is this possible?

This topic is closed to new replies. Start a new post to keep the conversation going.
Correct answer try67

You can simply add a button with a "Submit form" command.

See here for more details: Setting action buttons in PDF forms, Adobe Acrobat

2 replies

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
December 6, 2018

You can simply add a button with a "Submit form" command.

See here for more details: Setting action buttons in PDF forms, Adobe Acrobat

BarlaeDC
Community Expert
Community Expert
December 6, 2018

Hi,

I am assuming you want to do this via JavaScript as that is the forum you have posted in and therefore, I would start by investigating the mailDoc or mailForm functions from the  JavaScript API Reference.

mailDoc documentation - https://help.adobe.com/en_US/acrobat/acrobat_dc_sdk/2015/HTMLHelp/#t=Acro12_MasterBook%2FJS_API_AcroJS%2FDoc_methods.htm%23TOC_mailDocbc-74&rhsearch=mailDoc&rhtocid=_6_1_8_23_1_73

mailForm documentation - Acrobat DC SDK Documentation

Hope this helps.

Malcolm