if (xfa.event.newText==" "){TextField1.rawValue=""}Place on your drop list using Java Script on the *change event"If you had three items in your list:ABCif (xfa.event.newText=="A") {TextField1.rawValue="You chose the letter A"}if (xfa.event.newText=="B") {TextField1.rawValue="You chose the letter ...