How to remove labels from fields in Gravity Forms

Hello guys,

Today I bring you a very short but very useful tutorial if you are using Gravity Forms to create your forms.

If you have tried to remove the labels from the fields, you will have seen that this option does not come.

In this video you see how you can do it:

Subscribe to my channel:  

Actually, if the option comes but it is not active, we have to add a code in the functions.php file of our template so that the option appears as if by magic 😉

The code is the following:

add_filter( 'gform_enable_field_label_visibility_settings', '__return_true' );

If we do not add the code in our template, the visibility option does not appear as you can see in the following image:

without activating gforms visibility

As soon as we add the line we see that the option appears:
enable gforms field visibility

Remember that in the premium area we are doing a Gravity Forms course 😉

In the Premium Zone you have the Gravity Forms plugin available for Free You can register for €10/month here and you can unsubscribe at any time

Greetings 😉
Oscar

Leave a comment