Avatar

Level 9

Hi,

You can put some scripts in the change event of the dropdown field.

var a = xfa.event.newText;

if (a = "some value")

     {

          "The field you want to show the value". rawValue = some value;

     }

else

     {

          rest part of the code you like.

     }

Thanks,

Bibhu.