Yes, a dropdown list always differes between: Technical Value (Key) and
Display Value.The Display Value in your case will be "Flexi days".
However, possibly your key is different. xfa.event.newText refers to the
key.Just put this into the form and test it. You will then see the code
that's selected and you need to adapt the "if" statement accordingly.But
this into change event:xfa.host.messageBox(xfa.event.newText);Also
ensure that the pathing to your fields is correct when set their values.
Con...