Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

Prefilling LiveCycle forms on the web

Avatar

Not applicable
Hi,



We currently prefill PDFs (created in Acrobat Professional 8 or a prior version) using FDF files created dynamically in PHP. What we want to do is the same thing, but using LiveCycle Designer 8. It appears that FDF no longer works and some sort of XML is now required. What do we need to do to make this work?



Thanks,

Debayan
0 Replies

Avatar

Not applicable
As a starter, the mechanism for prefilling forms is to set up a

b DataConnection

(see Window->Data View). Right-click on DataConnection and select "New Data Connection". Point the connection to your XML file that contains data you wish use for the prefill.



On each form field you wish to prefill, select the

i Binding

tab in the

i Object

window. Next to the Default Binding field is a drop-down menu. Use it to navigate to the specific entry in the XML file you wish to be "bound" to this field.

Avatar

Not applicable
You will then need to merge the data with the form template using LiveCycle Forms ES server or some 3rd party library capable of merging XFA documents with data.



John.