This article provides a workaround for customers looking to hide the show element applied to a legend tag on an html form element.
You can disable the icon from displaying the hide/show element. Here is the code that you would need to place on the template.
<style type="text/css">.design_view_button{ display:none}</style>
This style is used by the workarea for smartforms. Smartforms use legends. In order to workaround the issue you will just need to place the code above on the template that displays the content with the issue. This will disable the style from presenting itself.
Please sign in to leave a comment.