If you are planning to add javascript in LifeCycle Designer here is the
hint.You can have following event on dropdownlist to get the
value.eventName:exitapp.alert(this.rawValue); //which retunr the
selected value in DDL.xfa.resolveNode("Field1").rawValue =this.rawValue
or "$10";Hope this will help you.