Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.

How to bind a XML file to a dropdown list

Avatar

Level 2

Hello. I am trying to bind a XML file to a dropdown list as taught in the LiveCycle Designer Help. I created a XML file containing the following codes:

<form>
 <lists>
 <item uiname="MasterCard" token="MC"/>
 <item uiname="Visa" token="VS"/>
 <item uiname="Eurocard" token="EC"/>
 <item uiname="Special Card" token="SC"/>
 </lists>
</form>

Then I connected to this XML file, created a dropdown list and then specified its dynamic properties as below:

捕获.JPG

However, when previewing this pdf this dropdown list seems empty. Nothing comes out. It seems to me a very basic question but I really need your help. Thanks !

Also, I would be very appreciated if someone could post me an working example of this.

1 Reply

Avatar

Level 2

Well I found out what was wrong.

You have to indicate the XML file in the filed "Data File"  of "Preview" in the " Form Properties"....