Good Day,
I have two dropdowns; dropdown [1] and dropdown[2]. When user selects a value from dropdown[1] I want the value of dropdown[2] to default to the selected value of dropdown[1].
Example:
Dropdown[1] = red;
Dropdown[2] = [defaults to red], but can be changed to whatever they would like
Thanks,
Jennifer
Solved! Go to Solution.
Jennifer:
Currently you cannot do that with a oob Nintex feature, any way you can write some JavaScript/jquery code to do that.
You might be able to do it if you are using Cascading List Lookup controls as your drop down menus. Is this the case, or are you using Choice field controls?
Thanks
Mike
They are not dependent on each other so I am using independent lists; they are actually both look ups to another list.
Thanks,
Jennifer