Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

dropdown menu counter

Community Beginner ,
Jun 07, 2016 Jun 07, 2016

i have one dropdown menu, with 3 values

1

2

3

and one fill text box.

now if user click 2 option then cout++

fill box +1 +2 +3 . . .e

TOPICS
Acrobat SDK and JavaScript
267
Translate
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 ,
Jun 08, 2016 Jun 08, 2016

Your question is not clear at all. Please try to describe it with a bit more details.

Translate
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 Beginner ,
Jun 27, 2017 Jun 27, 2017
LATEST

my friend in validation script :

if (event.value==" apples ") {
this.getField("basket").value = "1"; 

}

i want if user add apples 2 or more time "basket value got ot +1 +2 +3 counter

Translate
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