In our WP environment, we don't want to allow users to create forms that either:
a) Create Posts, or
b) Upload files from the general public
I'd love to be able to allow us Site Administrators to remove these - even if it's with our own plugin rather than an administrative screen - without having to modify your code of course. I couldn't really find a way to do this, however, other than using jQuery to traverse the DOM and hide the elements.
Any suggestions or thoughts? Thanks!