Hide Banner and Toolbar

Your form by default will show a banner and when being opened in a stage subsequent to Start will also show a Toolbar with Print and Delete buttons.  You can hide these by adding the following CSS.

CSS may be added directly into an HTML Fragment by using the <Style>  Tag. (vs adding to a URL to a file and setting Styles to point to it)

 

<Style> <!-- Hides banner --> .lfMn.lotusui30 .lotusBanner { display:none; } <!-- Hides Print, Delete buttons in submitted form--> .lfMn.lfSingleFormArea .lfFormTitleBar { display:none; } </Style>