Expand my Community achievements bar.

Build a drop down from data

Avatar

Level 3

I am importing a lot of data into a PDF form using an XML schema and creating a PDF form that we use in a review process. - that is already working fine.

I would now like to build either a PDF page or a drop down inside the PDF that can be reviewed that would list certain types of relevant information

that was present in the "raw" data as it was being converted to a PDF.

I would prefer to use a drop down instead of adding a new page to the form since this is "review" level data .

Can you direct me to a very simple example of how this is done in Live Cycle Designer ES ?

Thanks

1 Reply

Avatar

Level 3

Umm... please disregard this question .

I checked and this is done quite simply .

Thank you if you were tempted to help me out - but I checked a few posts and tried it - and was successful right away -

by doing the following ..

1. create a dropdown list

2. in the initialize event of the dropdown list I added the the code that would add all of the necessary items from data.

3. DOne .

It was quite simple .

Thanks Adobe