Comment to How to hide GENERIC provider to all users?
-
You can hide it with CSS instead:
<style>
#bx-form-section-provider_1_begin{ display: none;} </style>
You can hide it with CSS instead:
<style>#bx-form-section-provider_1_begin{ display: none;} </style>