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

submit button automaticlly generates email and send form

New Here ,
Sep 01, 2016 Sep 01, 2016

I would like to setup a submit button that will automatically generate an email and then send the form that it  is attached to. is this possible?

TOPICS
Acrobat SDK and JavaScript , Windows
446
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 ,
Sep 01, 2016 Sep 01, 2016

Sure. As the target URL enter:

mailto:meserver.com

Use your own email address, of course.

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
New Here ,
Sep 02, 2016 Sep 02, 2016

OK, I'm new so please help me out I am not sure how to get to this point so is there some place I can get the step by step instruction? I'm sorry to ask such simple questions but I am just trying to learn. Thank you for the help. Mark.

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 ,
Sep 03, 2016 Sep 03, 2016
LATEST

- Create a button.

- Right-click if (in Form Edit mode) and select Properties.

- Switch to the Actions tab and add a MouseUp trigger with an "Submit a Form" command:

- Enter the "mailto" code given above as the target URL and select the option to submit the complete document.

It should look like this:

- Press OK and you're done.

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