As I am typing this it seems like a dumb question, but I am not seeing column headers in the JS documentation provided by Laserfiche. Anyone been down this road already?
I have the variable I need relabeling a non-column label and works great. Now I'm trying to set it on the column. I can't just change the ID.
Thanks!
//Change label on day of week to include date LFForm.onFieldChange(function(){LFForm.changeFieldSettings( {fieldId: 45}, {label: LFForm.getFieldValues({fieldId: 50})} )}, {fieldId: 50});