Avatar

Level 6

Please check the attached sample.

if(xfa.event.newText != null){ // get the drop down value on change event
TextField1.rawValue = "You Selected " +xfa.event.newText; // here passing the selected value to text field to populate

here code on change event of the drop down list. u can place any even which is suitable for ur requirement.

Hope this will help.

RAGHU.