I am running into problems when I attempt to send a form to multiple recipients. I am using Acrobat Pro 8.0 and my mail client is Outlook.
I have an interactive form that contains a submit button. I set the submit button to execute the following URL:
mailto:address1 [at] address [dot] com
And everything works great. Then I tried added another recipient to the URL, something like:
mailto:address1 [at] address [dot] com;address2 [at] address [dot] com
In the "Distribute Form" wizard it gives the error message "The specified return address is invalid" and I am unable to continue. I get the same message if I try to separate the 2 addresses with a comma.
So then I looked under "Help" and it said to try adding the second e-mail address in the CC field, so I changed the URL to:
mailto:address1 [at] address [dot] com?cc=address2 [at] address [dot] com
I still get the same message.
I'm really stumped on this one. I see no way to add the second address in a CC field other than the method above. I know it's syntax, but does anyone know the correct syntax for multiple addresses?
Thanks in advance
There is a way around this though. Use the Wizard to create the collection DataSet, But don't send out the form. Instead send out your original form with the multiple return addresses. Be sure to Reader Enabled the form for "Form" and "Save" rights, and make sure the submit is returning the entire PDF. When the files come back from the users you'll have to manually add them into the data collection.
Do things this way is only slightly more work than using the full "Distribute Forms" functionality. You get the advantage of being able export the collected datat into a useful format.
Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/]http://www.adobe.com/devnet/acrobat/[/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script