Expand my Community achievements bar.

Newbie to PDF forms: bind XML to a list box does not work

Avatar

Former Community Member

Hello,

I am new to ADOBE LiveCycle PDF forms. I need to build a  form that has 2 independent list boxes with multiple selects. I need to capture all the selected values from these list boxes. Sounds simple. but am stuck!.

I have an XML file that I want to bind to one list box. Here is the sample data:

<Dept>
<rl department="My Dept1" r2="12312341">
  <title="Manager 1" />
  <title="MANAGER,2" />
  <title="Rep1" />
  <title="Rep - 2 " />
 
</rl>
<rl department="My Dept2" r2="SDFSDT">
  <title="Manager 100" />
  <title="MANAGER,200" />
  <title="Rep100" />
  <title="Rep - 200 " />
 
</rl>

</Dept>

There are several rl elements in this list. My list box needs to show the department and the value s/be the r2.

I set up the data connection : field binding. but the list box is empty on preview ?

What am I missing  ?

0 Replies