I created a new form and found that it was sending the data via XML and it worked on all computers. Removed the Submit to button, created a standard button, set the mailto URL. set the properties to send in PDF format. Tested the form from my computer, it works. However if I try it from any other computer that does NOT have Designer 7.0, the mailto function does Nothing.
All the other computers are using Acrobat Reader 9.0 and mail client Outlook 2003.
I checked the XML coding and found this:
textEncoding="UTF-16" xdpContent="pdf datasets xfdf"/>, this directly follows the "mailto function.
I've read all the posts and havent found anyone with the same problem as myself.
Can you help?
event name="event__click" activity="click"
submit format="pdf" textEncoding="UTF-8" target="mailto:someone [at] state [dot] sd [dot] us?subject=Atten: Someone - Your Subject"Make sure the submit format is set to "pdf" rather than "xml".
Rond