Hide Labels in Gravity Forms for WordPress


This adds a “Hidden” option for hiding labels.

Added this to my functions file
add_filter( 'gform_enable_field_label_visibility_settings', '__return_true' );

To read more about this, please follow the source link below

,