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

Sending Form Data as PDF

gerald.clerc@wa...
Registered: Aug 20 2010
Posts: 10
Answered

Is there a way to send data from a filled form per eMail as PDF instead of xml?

Thanks for reply
Gerald

My Product Information:
LiveCycle Designer, Unix/Linux
graam
Registered: Aug 18 2010
Posts: 4
Hi Gerald,
Yes. It is possible to send the form as pdf. Include a button. Select it. In the object pallet -> Field Tab -> control type select Submit. In the Submit Tab -> Submit As: drop-down box select PDF.
Regards,
Ramalingam
raamalingamg [at] gmail [dot] com
gerald.clerc@wa...
Registered: Aug 20 2010
Posts: 10
Hi graam

Thanks for your response.
What sould be the URL in the submit Tab?
mailto:aaa [dot] bbb [at] xxx [dot] com does not workRegards
Gerald
graam
Registered: Aug 18 2010
Posts: 4
Hi Gerald,

Use this JavaScript code as presubmit event for that button.
this.resolveNode("#event.#submit").target = "mailto:aaa [dot] bbb [at] xxx [dot] com";Regards,
Ramalingam
gerald.clerc@wa...
Registered: Aug 20 2010
Posts: 10
Hi Ramalingam

I'll try this.
But next week.
Should the mailto link also be in the submit-URL of the button?

Thanks and best Regards
Gerald
graam
Registered: Aug 18 2010
Posts: 4
Not necessary, But it will show a warning, ignore it.
gerald.clerc@wa...
Registered: Aug 20 2010
Posts: 10
It's working now in Firefox but not in IE.
Thanks for the help

Gerald