Skip to main content
Known Participant
May 19, 2017
Question

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

  • May 19, 2017
  • 1 reply
  • 832 views

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.

This topic has been closed for replies.

1 reply

Bernd Alheit
Community Expert
Community Expert
May 19, 2017

Script to print:

this.print();

Known Participant
May 20, 2017

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