Hi,
I am trying to set a default value to a list lookup using Custom Script but it is not working.
The script is as follows:
NWF$(document).ready(function() {
NWF$("#" + ddlStaff).val('1');
} );
where ddlStaff is the Client ID JavaScript variable name set on the control.
Can anyone provide assistance?
Thanks