I am currently using LiveCycle Designer. I have a field called Department and I would like to have a submit button to send to a particular email address based upon the Department name selected.
Can this be done? If so, how?
My Product Information:
LiveCycle Designer, Windows
Read this article: http://www.acrobatusers.com/tech_corners/javascript_corner/tips/2006/submitting_data/
To do it all in LiveCycle Scripting you need to modify URL on the Submit or email button. This is done with JavaScript. You may find some information on this blog. Stefan Cameron is the top guy when it comes to LiveCycle Scripting. If you don't find the answer on his blog. Post a comment and if you're very lucky, he'll post a solution.
event.target.submitForm("mailto:" + EmailAddress);
Read this article:
http://www.acrobatusers.com/tech_corners/javascript_corner/tips/2006/submitting_data/
To do it all in LiveCycle Scripting you need to modify URL on the Submit or email button. This is done with JavaScript. You may find some information on this blog. Stefan Cameron is the top guy when it comes to LiveCycle Scripting. If you don't find the answer on his blog. Post a comment and if you're very lucky, he'll post a solution.
http://forms.stefcameron.com
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script