Reply To: Headers and pre columns

Forums Classic DFFS Headers and pre columns Reply To: Headers and pre columns

#6205
Sonoma
Participant

I kind of found a work around but I feel it is cheesy.
I created new fields in SP (lblDisplay1,lblDislblBlank2,lblBlank3,lbbDisplayText1, etc) and hide them with jquery. Alignment can be cumbersome but it works.
Is this the way or is there a better/preferred way?

Sample code I put in Misc

$('input[title=lblBlank1]').parent().parent().parent().hide();

Thank you.