Copy link to clipboard
Copied
I am familiar with the Submit button and how to send a PDF to a particular email address, but is it possible for the Submit button to simply open an Outlook email box? The form I have needs to be sent to different people depending on who completes it, so I can't have it sent to just one address. Thanks for any guidance you can provide!
Copy link to clipboard
Copied
Hi,
You should be able to set the URL to use the mailto: URL profile and that should start the default client to deal with the mail.
This can also be set via a script, so you could automatically change it based on the user that fills in the form.
docs - https://opensource.adobe.com/dc-acrobat-sdk-docs/acrobatsdk/pdfs/acrobatsdk_jsapiref.pdf
search for submitForm.
Copy link to clipboard
Copied
Be sure to test with different browsers and email apps, and tell users what you support, and what doesn't work.