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

1. Send to Custom Email Address 2. Print using JavaScript.

Explorer ,
May 19, 2017 May 19, 2017

scrn.JPG

https://ibb.co/dAAHoF

PLEASE REFER IMAGE ATTACHED.

I have a form, you can see the screenshot.

there are multiple text fields (email ids) where user can enter email address.

there are different email ids.

and many buttons.

when i click on "send mail" button,

the form should be send to the email id  which is in the text field.

is it possible to send same form to multiple accounts in text fields at a time?

and how to print a form using JavaScript.

i mean,

add button,

go to actions and Run JavaScript.

and now type javascript to print for,

i know Execute Menu Item - > Print.

but i want, custom script to print.

TOPICS
Acrobat SDK and JavaScript , Windows
733
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 ,
May 19, 2017 May 19, 2017

Script to print:

this.print();

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
Explorer ,
May 19, 2017 May 19, 2017
LATEST

thanks, it is working. and how to email this by adding custom JavaScript?

Execute Menu Item - > Submit sometimes not working.

so i need the script to "Ran a JavaScript" @BerndAlheit

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