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

Emailing the PDF to a address provided in the form

srican
Registered: Nov 13 2008
Posts: 6

I have a form that was created using Designer that will be emailed to a standard email address. I used the Button option with a PDF format and a mailto: and this works well.

I now need to send a copy (CC) to an email address that is typed into the form.

I see several examples of how to use javascript to access form variables, but am not able to tie this to the mailto: action on the button.

Has anyone implemented this using javascript or similar.

Thanks for your help

SR.

My Product Information:
LiveCycle Designer
gkaiseril
Expert
Registered: Feb 23 2006
Posts: 4308
You will have to create a special script action and use the JavaScript "mailDoc([bUI], [cTo], [cCC], [cSubject], [cMsg])" doc object, event.target, method.

George Kaiser

srican
Registered: Nov 13 2008
Posts: 6
Great. Glad to know its doable :)

I am not familar with this construct and not a technologist either. Any thoughts really appreciated.

SR.