Hide field description
Posted: 19 Mar 2018
Hi there,
How do i hide/remove field description from displaying in the form?
How do i hide/remove field description from displaying in the form?
Design SharePoint forms with tabs, complex tables, accordions, sub-lists, and 3rd party columns
https://spform.com/forum/
Code: Select all
.no-description span.ms-metadata{
display:none;
}