These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Submit Form to multiple recipients

corley
Registered: Oct 19 2007
Posts: 23

Hi,

I have done some form using LiveCycle Designer (from the Adobe Acrobat Pro 8) and my submit form is working correctly if there's only one recipient mail.

I tried to add a second mail by separate the mails using ;

In my preview it works correctly, but when I want to distribute the form, I can't add a second mail as the box would not let me do so.

I tried to use a Javascript to send it by mail like
app.mailMsg(false, "mail1 [at] company [dot] com; mail2 [at] company [dot] com", "", "",
"Subject", "Body.");

This is working correctly, but the PDF is not attached to the mail.

Do anyone have an idea to add 2 or more mails to my Submitt button or to add the form to a mail using a Javascript ?

Thanks for your appreciated help !

lkassuba
ExpertTeam
Registered: Jun 28 2007
Posts: 3636
You might want to check out Thom Parker's answer to this at:
http://www.acrobatusers.com/forums/ask_an_expert/questions/view/2685/

Lori Kassuba is an AUC Expert and Community Manager for AcrobatUsers.com.

corley
Registered: Oct 19 2007
Posts: 23
Hi,

I don't think it helps because te problem I have is when I want to distribute the form with Adobe Acrobat...

My initial form is a Livecycle Designer and my form work correcly (I mean when I click the submit button a mail opens with my 2 mails and the PDF attached). The problem is my users have only the reader version and if i don't distribute the form, then Reader will not allow them to save or even to submit the form !!

So I try to distribute the form in Acrobat 8 Pro, and I choose the "Save and send later". I'm asked to choose the recipient address (my two mails appears in this box) but if I click on next, Acrobat refuse to continue...

That's my problem !!