I have been using the event.target.mailDoc javascript (see below) for 4 years in a submit sutton and it's not working on 64 bit PC's running 64 bit Win 7 64 bit Office. It never has worked on macs either. I tried using event.target.submitForm and it doesn't work on macs either. Does anyone else have a different solution to replace mailDoc for something else that works on 64 bit platform and macs?
event.target.mailDoc({bUI:false, cTo:EmailList.rawValue, cCc:AuthMoCodeSignatoryEmail.rawValue, cSubject:"Adobe software request submitted to the Division of Information Technology", cMsg:""+FirstName.rawValue+" "+LastName.rawValue+" submitted an order to request Adobe software from the Division of Information Technology for "+Department.rawValue+" using the MoCode:"+MoCode.rawValue+" . Please open the attached adobe.PDF file and review the request by downloading the latest version of Acrobat Reader at http://www.adobe.com/products/acrobat/readstep2.php . Mac users: Please save the attached PDF file to your desktop and open it in Acrobat. If you did not approve this request or if you think the order is not accurate, please notify the Division of Information Technology front desk by calling (573)882-2000."});
}
What format are you submitting? FDF, XDP, XML, XFDF, or PDF?
If you are submitting PDF, then your end-users will need Acrobat Std/Pro, or you can extend rights to the form using Adobe Acrobat Std/Pro Application not LiveCycle Application.
If you want full control over the whole submission process including PDF format, subject, body, email recipients, then you might as well submit to a ASP/PHP script, so it sends the e-mail w/o any Client Side e-mail software.
PDFEmail.net creates the scripts for you, just upload to your web server, and start sending submissions. No Programming neccessary!
Useful Links:
http://www.pdfemail.net/
Regards,
Nick K.
NK-Inc.com
FDF Toolkit .net: ASP.net library for PDF
Email PDFs with PDF Email .net