Forum Discussion
ArchiveUser
10 years agoQrew Captain
FYI, I just came across this need and tried Dan's method and it worked great. You basically just have to create a text-formula field, call it whatever you want, and put the below as the formula (make sure you check the Allow HTML box).
"<img src=\"/i/clear2x2.gif\" " &
"onload=\"javascript:if(typeof QBU=='undefined'){QBU={};$('label.NoneOfTheAbove').hide();}\">"
Then, just put that field somewhere on the form that has the radio buttons on it, and it will hide the "None of the Above" label. Slick!
"<img src=\"/i/clear2x2.gif\" " &
"onload=\"javascript:if(typeof QBU=='undefined'){QBU={};$('label.NoneOfTheAbove').hide();}\">"
Then, just put that field somewhere on the form that has the radio buttons on it, and it will hide the "None of the Above" label. Slick!
GauravSharma3
9 years agoQrew Commander
Awesome :)