Hi,
I am using Nintex Forms 2013 and I am trying to apply custom css(border-color as 'something') through JavaScript towards a people picker control and the CSS is not applied at all. My JS code is as follows:
ApproverID.css('border-color','red !important'); //ApproverID is the JavaScript ClientID of the picker control
I have applied the same piece of custom CSS towards other controls like dropdown(choice control), date, single & multi-line text boxes without any issues.
Any help is grealty appreciated.
Thanks