PDF Form: Change Value of Items in Dropdown via Scrpit
Hi,
I have the following Problem. I wrote a script, that creates a dropdown. The script looks like this:
var aOptions = [
"Apple",
"Strawberry",
"Kiwi",
];
this.getField("Fruit").setItems(aOptions);
How can I change the script, so that the Items I created get another export Value. For example:
Item = Apple; Export Value = A
I hope you can understand my problem. Best Regards
