Question
Acrobat JavaScript for listbox populate dependent on text box items
I need to code a listbox that is dependent on items in a text box. Each item in my text box, separated by commas, has an associated form that I need to add to the listbox. E.g. Text box = Lifting Operations, Plugs, Hot Work then List Box = Critical Lift Form, Expandable Plug Form, Hot Work Permit. The user will choose the forms necessary for the job from the list box through an "ADD" button, which I've already created.
