Copy link to clipboard
Copied
Would like to be able to make a selection in a combo box on a form, and have that selection automatically populate another field such as a text box or a list box
Copy link to clipboard
Copied
or vice versa... say if I have 10 list boxes and any one of them show the value as 'Positive', have that same 'Positive' value show up in another form field that started out blank
Copy link to clipboard
Copied
The first request is simple, if the target field is a text field: You simply need to calculation script to copy the value of the source field to the target field. Its' more complicated with a list box, as you need to add the new item to the list of current items, but it's doable.
The second request is possible, but a bit trickier: You will need to use a calculation script that iterates over all of the fields, and if any of them is set as "Positive", apply that value to the target field. If none of them are, apply a default value (blank or "Negative" or whatever).
Find more inspiration, events, and resources on the new Adobe Community
Explore Now