Can I import, or paste, a list of items into a drop-down field?


tried question in formscentral forum suspect should have been asked here.

hi peter,

 

you can use setitems method.

 

i have done similar script, attached button on page.

 

use name of drop down menu instead of "itemsmenu":

 

var c = this.getfield({cname: "itemsmenu",
})
c.setitems([

["item 1"],
["item 2"],
["item 3"],

]);

 

i hope helps.



More discussions in PDF Forms


adobe

Comments

Popular posts from this blog

how to devide a circle into equal parts

"Could not fill because there are not enough opaque source pixels" - not solved by any other thread

Why can't I change the billing info for my account?