Copy link to clipboard
Copied
Lovely Members, I kindly need a help.
i am creating an interative form and it required using a dropdown list.
i have 3500 items to add to the dropdown field.
i used the sample script below, but i was alerted that the file is too large.
var ddField = [["one", "Yes"], ["Two", "no"]];
var field = this.getField("code");
field.setItems(ddField);
i also used the import data method on the menu but the data could not be loaded.
i need to load the 3000+ items with the export values.
Any suggestions.
Copy link to clipboard
Copied
This is the Using the Community forum (which is the forum for issues using the forums).
Please tell us what Adobe application you are using so that this can be moved to the proper forum for help.
Scroll down here to see a list of the forums:
https://community.adobe.com/
Copy link to clipboard
Copied
assuming acrobat
Copy link to clipboard
Copied
You can do it using this (paid-for) tool I've created: https://www.try67.com/tool/acrobat-import-items-from-a-text-file-to-a-combo-box-or-list-field
There's no limit on the file-size, and it can handle export values, too.