Set variables to read-only on a form
If you're using a variable set formatter and need to set all the variables to read only and/or hide blank values, try this in a client script Warning: Here be jQuery dragons... function onLoad() { //get the window object var win = (0,eval)('this')...