Expand my Community achievements bar.

Form email "cc" field copies "to"

Avatar

Former Community Member
Hi,



I have designed a form in Livecycle Designer 7.1 which I have reader extended. It contains an email button using the following script:



var myDoc = event.target

myDoc.mailDoc(false, "to@email.com", "cc@email.com", "",

"Subject",

"Message" );



The 2nd line contains 3 sets of "" to include the "to" address, the "cc" address and "bc" address (according to the help provided in Designer). However, the email it generates contains only the "to" address, in both the "to" and "cc" fields.



I can cc in many people, and the resultant email will display the right number of addresses in the cc field, but every one of them is the "to" address. I can therefore only seem to email 1 person, even if it is as many times as I like!?



Is my script wrong or is this a known problem?



My email system is Novell Groupwise 7.0.2 HP 06/06/2007. I've emailed Adobe support with the problem but wondered if you folks had experienced anything similar, or knew a workaround?



Thanks,



Craig
0 Replies