Hello,
I'm looking for a way to E.mail a section of my form (2 pages)... I want to do this from a Button. Right now I have a button that e.mails the WHOLE form, but I ony want to e.mail part of the form (in PDF format);
var mail;
var address = xfa.form.form1.InputSubform1.PrintSubForm.TextField4.rawValue ;
mail = "mailto: " + address;
event.target.submitForm({
cURL: mail,
bEmpty: true,
cSubmitAs: "PDF",
cCharset: "utf-8"
});
I appreciate any help ! Thanks, Rod
Unfortunately, I don't think it's possible to submit only a partial form. It's pretty much an all-or-nothing deal.
Stefan Cameron obtained his bachelor's degree with Honors in Computer Science at the University of Ottawa and is a Computer Scientist working on Adobe's LiveCycle server products, in particular on LiveCycle Designer ES for the past 5 years.