Answered
Hi all
Not sure if the subject is right but here goes, first let me say that I'm frustrated with a good product that seems to be harder to use than it should be. ok now for my question.
I've created a form with Adobe LiveCycle Designer 8.0, just a basic one. A textbox, and an email field and a button which acts as a submit button. (has the mailto:email [at] somewhere [dot] com)
The button works fine, but what I really want it to do is to be able to email the form as a PDF and use the email address in the email box field on the form.
How is this done.?
thanks in advance
martin.T
event.target.submitForm({cURL:"mailto:"+*Email Fields Binding Name*.rawValue+"?subject=*information you want in the subject line* &body= *Whatever you want in the body*",cSubmitAs:"PDF",cCharset:"utf-8"});Please note anything in the * and the * do not include, they are instructions only.