Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Value in a field

Avatar

Level 2

HI, I have a problem with a form in LiveCycle Designer.

I need to know how can I populate a field, after selecting a specific item in a drop down list, using Java Script.

Thanks for your support

0 Replies

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.