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

Form with Multiple Email Addresses

bokster
Registered: Nov 20 2009
Posts: 5

Hello all:

I have a problem creating a form that has four different email addresses. The user can choose each email address he/she wants to send to but I can this message instead:

This document has accessed more than one site and might be trying to share data among different locations. This could be a privacy concern. Are you sure you want to continue?

How can I resolve this?

Thanks.

BK

My Product Information:
Acrobat Pro 8.1.7, Macintosh
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
Do you mean that you are doing this with multiple submit buttons? That could be the problem. Acrobat doesn't like PDFs to touch more than one external resource unless the document is trusted.

One solution is to add all the selected emails to a single submit. Take a look at this article
http://www.acrobatusers.com/tutorials/dynamically-setting-submit-e-mail-address

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/javascript.php]http://www.adobe.com/devnet/acrobat/javascript.php[/url]

Then most important JavaScript Development tool in Acrobat
[url=http://www.pdfscripting.com/public/34.cfm#JSIntro][b]The Console Window (Video tutorial)[/b][/url]
[url=http://www.acrobatusers.com/tutorials/2006/javascript_console][b]The Console Window(article)[/b][/url]

Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script

bokster
Registered: Nov 20 2009
Posts: 5
Thom:

Yes that is what I am thinking. The user has a choice of four email addresses to send to.

Do you know if there is a better way of doing this? How about having the four email addresses as radio buttons and one "submit" button? I am not a coder so I don't know if this is even possible.

BK

thomp wrote:
Do you mean that you are doing this with multiple submit buttons? That could be the problem. Acrobat doesn't like PDFs to touch more than one external resource unless the document is trusted.One solution is to add all the selected emails to a single submit. Take a look at this article
http://www.acrobatusers.com/tutorials/dynamically-setting-submit-e-mail-address

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/javascript.php]http://www.adobe.com/devnet/acrobat/javascript.php[/url]

Then most important JavaScript Development tool in Acrobat
[url=http://www.pdfscripting.com/public/34.cfm#JSIntro][b]The Console Window (Video tutorial)[/b][/url]
[url=http://www.acrobatusers.com/tutorials/2006/javascript_console][b]The Console Window(article)[/b][/url]
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
Yes, you could use Radio buttons, but the submit would have to be done with a script. Read the article.


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/javascript.php]http://www.adobe.com/devnet/acrobat/javascript.php[/url]

Then most important JavaScript Development tool in Acrobat
[url=http://www.pdfscripting.com/public/34.cfm#JSIntro][b]The Console Window (Video tutorial)[/b][/url]
[url=http://www.acrobatusers.com/tutorials/2006/javascript_console][b]The Console Window(article)[/b][/url]

Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script