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

I have created a form and I want to put a field that peopel can click and the form will automatically attach to an email with the email address pre-filled

New Here ,
Aug 07, 2016 Aug 07, 2016

I have created a form and I want to put a field that peopel can click and the form will automatically attach to an email with the email address pre-filled

TOPICS
Acrobat SDK and JavaScript , Windows
174
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
Community Expert ,
Aug 08, 2016 Aug 08, 2016
LATEST

Create a button. Go to its Properties, Actions tab. Add a new Mouse Up command with a "Submit form" action.

As the target URL enter "mailto:me@server.com" (without the quotes, using your own email address).

Select the option to submit the complete PDF file and you're done.

It should look like this:

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