JavaScript to submit specified page in multiple page document
Hi all,
I have the following script in a button object, that populates a chosen drop-down menu item export value, as the destination email address;
var email = this.getField("Dropdown").value;
this.mailDoc(false, email);
The above woks fine - but this page resides in a multiple page document, and am wondering if there is a way of making it attach the page in question only, to the email that is then sent adapting the script as shown (or similar)?.
The script above sends back the whole PDF, without flattening the form page, and is exactly what is desired.
Thanks....