Hide Field Labels on Gravity Forms
Inserting the following snippet into your WordPress child themes’ functions.php
file will activate the “Field Label Visibility” option within Gravity Forms.
This will allow you to hide any fields’ label so that you can use the Placeholder
as the fields description text.
Hide Gravity Forms Field Labels
As of Gravity Forms v2.4, this snippet is no longer required in order to activate this feature. Woohoo!
/*
** Gravity Forms – Enable Label Visibility for Placeholder Only Option
*/
add_filter( ‘gform_enable_field_label_visibility_settings’, ‘__return_true’ );
If this article was helpful please take a moment to like us on Facebook, share this on your social media or buy us a cup of coffee.