Disabling the Create a View menu

If you would like to remove the "Create a View" menu from the Gravity Forms form toolbar, add this code to your site's functions.php file:

remove_filter( 'gform_toolbar_menu', array( 'GravityView_Admin_Views', 'gform_toolbar_menu' ), 10, 2 );
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us