• Global community
    • Language:
      • Deutsch
      • English
      • EspaƱol
      • FranƧais
      • PortuguĆŖs
  • ę—„ęœ¬čŖžć‚³ćƒŸćƒ„ćƒ‹ćƒ†ć‚£
    Dedicated community for Japanese speakers
  • ķ•œźµ­ ģ»¤ė®¤ė‹ˆķ‹°
    Dedicated community for Korean speakers
Exit
0

Dropdown box, makes selction of data for other fields

New Here ,
Jan 19, 2017 Jan 19, 2017

Copy link to clipboard

Copied

I have a dropdown box with a possibility of 3 values, depending on the values, I want different data to be put into 21 other  fields

Below is a copy of what I have done for one of the fields  based on the value of 500 in the dropdown box, but it does not work

var one = this.getField("Dropdown9");
if(one.valueAsString != "500") {
event.value= "0";
}
else{
event.value = "234.567";
}

TOPICS
PDF forms

Views

237

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 19, 2017 Jan 19, 2017

Copy link to clipboard

Copied

LATEST

The code looks fine... Where did you put it, though? And are there any error messages in the JS Console?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines