Expand my Community achievements bar.

Populate item name form a DDL into a text field

Avatar

Level 7

Is it possible to populate the item name(DepartmentA or DepartmentB) of a Drop Down List into a text field?

My DDL:

Items                     Values

DepartmentA            10

DepartmentB            20

Thank you

1 Reply

Avatar

Level 10

A simple solution is a script in the change:event of the DDL

textfield1.rawValue = xfa.event.newText;