Hello,
I have a task that really is just a confirmation. I want to set a default answer to the task so that the user does not need to set it. I have tried setting the default value but that does not work. How can I have the outcome preselected?
Hello,
I have a task that really is just a confirmation. I want to set a default answer to the task so that the user does not need to set it. I have tried setting the default value but that does not work. How can I have the outcome preselected?
Best answer by bsieloff
This javascript worked for me
NWF$(document).ready(function(){
NWF$(':radio[value="Send to ecc"]').attr('checked',true);
});
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.