Previous | Next | (P-PDF) Mac Issues
Topic: Re: Submit Form Button on mac
Conf: (P-PDF) Mac Issues, Msg: 91616
From: kc27
Date: 7/8/2003 07:30 AM
Norm
I am attempting to get the Mac to mail a PDF form from a submit button, too. The form works on the PC.
When an Acrobat Approval 5 User clicks the "Submit" button on the PDF form the following happens on their PC:
An email message appears preaddressed and with a formatted subject line. The PDF form is automatically attached to the email with the following naming AcrE302.TMP.pdf
When an Acrobat Approval 5 user on a Mac presses the submit button, the message is not pre-addressed, and there is no attachment.
Here's the portion of the javascript that is attached to the "Submit" button.
this.mailDoc(true, "user@xyz.com;user2@xyz.com", "", "", "Subject Line is Here");}
Does anyone have any suggestions as to how to get this to work on a Mac?