Saturday, October 13, 2012

How to hide the "Cannot be Blank" In InfoPath 2010, SharePoint Online


<style type="text/css">

.errorDiv
{
visibility:hidden;
     height:1px;
     overflow-y:hidden;
}
.errorDivClickable
{
visibility:hidden;
     height:1px;
     overflow-y:hidden;
}
</style>

No comments: