Hi All,
In designer there are properties to enable PDF to submit XML that is signed, is possible to make the same signed xml in javascript as I need to extract the signed XML through the formbridge rather than a submit button?
Kind Regards
Kev
Kevin:
The <signData> element is the action that created an XML Signature. While Designer only exposes this inside a submit, you can place it under other events as well. In this example, a click event will sign place the XML Signature under xfa.datasets.data.signatures:
<event activity="click" name="event__click">
<signData target="datasignature_1" ref="$data.signatures">
<manifest>
<ref>$data.form1</ref>
</manifest>
<filter>
<handler>Adobe.PPKLite</handler>
</filter>
</signData>
</event>
John
North America
Europe, Middle East and Africa
Asia Pacific