Add the following code to your WordPress theme’s function.php file, or a functionality plugin to add the ability to set field label visibility in Gravity Forms.
/** Ability to hide Gforms field label visibility ********/
add_filter( 'gform_enable_field_label_visibility_settings', '__return_true' );
Share Your Two Cents