autofill text field when a certain selection of radiobutton is made(and when non is selected)
hi everyone
pardon ignorance, noob on javascript. need on creating automation on text field , hope can give me hand.
this scenario
a radiobutton created these options:
1-10
11-20
21-30
31-40
41-50
51-60
i need auto fill text field when:
"1-10" selected "too low"
"11-20" selected "so so"
"41-50" selected "awsome"
"51-60" selected "to high"
and when
"31-40" selected nothing
and non selected "select 1 please"
thanks in advance
does "1-10" mean radio button export value of "1-10", or 1 of first 10 radio buttons in group?
More discussions in JavaScript
adobe
Comments
Post a Comment