Answered
I have a Submit button that is suppose to email the form.
form [at] work [dot] org?subject="The Form"
Export Format: PDF - The complete document
When opening forms from Reader, if the form is located on a local drive I get the error "a recipient is ambiguous", but if I open it from a web page, then it works.
Is there a different script for local vs webpage? If so, what is it?
Thanks,
Troy
Are you using the Submit Acrion on the button? If so then email should be prefixed with "mailto:" So the complete submit URL should be:
mailto:form [at] work [dot] org?subject="The Form"Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/javascript.php]http://www.adobe.com/devnet/acrobat/javascript.php[/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script