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

Mail Link in Form with Adobe Designer

Student_Vienna
Registered: Jul 30 2007
Posts: 8

Hello, i'm geeting nearly mad because I'm just not able to create a Mail-Link in a form with LifeCycle Designer (i don't know how to call it properly so i will describe it).
 
I want to write a Mail Address, where the user can click onto and then his Mail-progam opens and he can send a Mail (not the form!) to the written Address.
 
Please help Me.
 
Yours,
 
Michael

My Product Information:
Acrobat Pro 7.0.0, Windows
pddesigner
Registered: Jul 9 2006
Posts: 858
Try this JavaScript as a text link or button action. It works great in Acrobat but has not been tested in LiveCycle. If it does not work in LiveCycle. Download the LiveCycle JavaScript reference guide from Adobe and make code corrections.

app.mailMsg(false, "fun1 [at] example [dot] com; [url=mailto:fun2 [at] example [dot] com"]fun2 [at] example [dot] com"[/url], "", "",
"This is the subject", "This is the body of the mail.");

My favorite quote - "Success is the ability to go from one failure to another with no loss of enthusiasm.

Student_Vienna
Registered: Jul 30 2007
Posts: 8
Yeeah, it works, thank you very much.

I'm so happy that it finally works.

You guys are doing a really great job, with your knowledge I mastered creating a nice form!

Yours,

Michael