Sharepoints Solutions
Thinking out different - Sharepoint Blogs
Pages
Home
Thursday, December 6, 2018
Hide Nintex form fields via Custom CSS
Add this name "
nf-hide-calculatedcolumn"
in the CSS class from calculated field.
Add in this CSS code from Custom CSS Section.
.nf-hide-calculatedcolumn
{
visibility:hidden;
}
All of your CSS related control will be hidden.
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)