Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How can i change the select list values when clicked on different options ?

Ashish Biswal February 18, 2019

I have a select list with option values 1 and 2 where by default it is selected to 1 and on clicking on 2 from the options the value is not set in the select box or the property is not changed to true.

 

1 answer

0 votes
Ollie Guan
Community Champion
February 18, 2019

Hi @Ashish Biswal ,

Have you ever tried adding a cascading type of field?

two.png

Ashish Biswal February 18, 2019

@Ollie Guan  my select list is in velocity template which looks something like this

<form name="input" method="post">
<select name="parent_version">
<option value="1" name="1">1</option>
<option value="2" name="2">2</option>
</select>

<input type="submit">
</form>

here by default value shows 1 in the UI but when changed from the dropdown to 2 it does not change or set the option property to true

Suggest an answer

Log in or Sign up to answer