Description
How to hide "Operations" menu in the form?Applies To
Workflow 11.x, Composer 11.xSolution
Unfortunately, there is no out-of-box way to hide the "Operations" functionality. However, you can customize the fill_out_form.sharevis.aspx page to include a CSS style to hide ms-toolbar class, which contains the Operations menu.The fill_out_form.sharevis.aspx is located in your SharePoint hive location. By default this is C:\Program Files\Common Files\Microsoft shared\Web Server Extensions\15\TEMPLATE\LAYOUTS (SharePoint 2013). Just be aware that if you modify this file, the next you upgrade Workflow the customisation will be lost but you can re-customise.
You could also add JavaScript to do that if you did not want to customise the page, such as .hide();
Comments
0 comments
Please sign in to leave a comment.