06/13/2014 at 11:07 am
#293828
Keymaster
@ Jessica
The only option is to use CSS to hide the fields you do not want to be displayed. To hide the Org and Dept fields use:
#cn-metabox-section-organization, #cn-metabox-section-department {
display: none;
}
Hope that helps!
