Currently I am trying to set up a form to submit at the press of a button. While this is FINALLY working the way I want, I need it to send the form as PDF and not an FDF. Can someone help me out with this?
Here is what I have so far:
var g = this.getField("Date");
this.submitForm("mailto:xxxxxxxx [at] xxxxxx [dot] org?"
+ "&subject=Ambulance 869 " + encodeURI(g.value)
+ "&body=Ambulance 869 - Daily"
);
- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com