Avatar

Level 5

this.rawValue only holds the old value of the drop down list when you are scripting inside the change event. you need to to have

if ( xfa.event.newText == " BURIED W/ BOX")

{

     TextField7.rawValue = "CONSTRUCTION";

}

this will be on the change event of the dropdown in javascript