I'm working with a federal tax form that says it was created with Adobe LiveCycle Designer ES 9.0. It's a fill-in form and I need to write to the fields on the form. I do this by finding the field in the Document.Form.Fields collection and setting it's value property. With the latest version, this is not working. I've read other threads here that mention child fields. Looking at the Form object, I see a single field object with a single child field. Any idea how to access the approximately 50 fields on the form? The form can be found at http://www.irs.gov/pub/irs-pdf/f8655.pdf
Thanks in advance for any help.