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