Hi,
I am trying to defaulting a value in the picklist with the JavaScript.
var params = arguments[0],
$ = skuid.$;
var result=document.getElementById(“PicklistId”);
result.options[1].selected = true;
result.options[1].defaultSelected = true;
But it is not working. Can any one please fix it.
Thanks.
Question
defaulting picklist value
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.