Hi,
I added the following to wp-config.php as read on this link to remove Contact 7 section from Author Role wp-admin Dashboard and allow just the Administrator to have access:
define( 'WPCF7_ADMIN_READ_CAPABILITY', 'manage_options' );
define( 'WPCF7_ADMIN_READ_WRITE_CAPABILITY', 'manage_options' );
No success.. still displayed. Any advices?
Thanks,
Alexandru