Skip to main content
Known Participant
June 7, 2016
Question

dropdown menu counter

  • June 7, 2016
  • 1 reply
  • 303 views

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

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
June 8, 2016

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

Known Participant
June 27, 2017

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