Skip to main content
May 1, 2020
Question

Need to send Acrobat DC form submissions via encrypted e-mail

  • May 1, 2020
  • 1 reply
  • 813 views

I have a form with a submit button that works to send the completed forms to my e-mail. The problem is, I need these submitted forms to be sent via encrypted e-mail.  Is there a way to make the submit button a little less automated where it actually opens up an Outlook e-mail that the user can intervene and click "encrypt" prior to hitting "send"? 

This topic has been closed for replies.

1 reply

Thom Parker
Community Expert
May 1, 2020

Yes,  It believe should already do that.

However, if you want to force the issue, use a script to send the email. One of the email parameters is "bUI", which when set to true, displays the email client UI before sending. 

Read This:

https://acrobatusers.com/tutorials/dynamically-setting-submit-e-mail-address/

 

Not everyone is on Outlook, Acrobat uses what ever email client is installed, so it has no way to do anything application specific, except for displaying the email UI

Thom Parker - Software Developer at PDFScriptingUse the Acrobat JavaScript Reference early and often
May 1, 2020

Thank you.  Where can I set the "bUI" parameter to true?  Is it something I can do in this field? 

Thom Parker
Community Expert
May 1, 2020

No, unfortunately this feature is only in the scripted solution. Read the article. 

Thom Parker - Software Developer at PDFScriptingUse the Acrobat JavaScript Reference early and often