Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
Script to print:
this.print();
Copy link to clipboard
Copied
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
Find more inspiration, events, and resources on the new Adobe Community
Explore Now