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

Read list items selected by the user

andrewton
Registered: Jun 5 2008
Posts: 15

Hi,

I hope my question is posted in the right forum because it is related to iText and list boxes.
I create a form using LC Designer 8 and my form has several list boxes and other components like check boxes, text boxes... I use iText to read form data after the user filled and saved the form. I'm able to get all input in the form except selected items in list boxes. I'm not sure if list boxes need to set some thing special or I have to use some iText's API other than AcroFields object.getField(field name) so that I can read list items selected by the user.

Thank you in advance!

Regards,
Andrew

My Product Information:
LiveCycle Designer, Windows
andrewton
Registered: Jun 5 2008
Posts: 15
I found a solution.