These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Emailing just a few pages of a form (LiveCycle)

rodbunn
Registered: Feb 3 2008
Posts: 81

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

My Product Information:
LiveCycle Designer, Windows
sconforms
Expert
Registered: Jul 10 2007
Posts: 92
rodbunn,

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.