RajHelaiya
7 years agoQrew Captain
None of the above "" still visible for one field after patching the code.
Hello, I am working on a form which has many multiple choice text fields. I have used the a formula field to remove "None of the above" option from all multiple text fields. The code seems to be working for all fields except one. Can anyone let me know what might be the reason for this? Below is the code I used to hide none of the above option.
"<img src=\"/i/clear2x2.gif\" " &
"onload=\"javascript:if(typeof QBU=='undefined'){QBU={};$('label.NoneOfTheAbove').hide();}\">"
"<img src=\"/i/clear2x2.gif\" " &
"onload=\"javascript:if(typeof QBU=='undefined'){QBU={};$('label.NoneOfTheAbove').hide();}\">"