Remove Gravity Form Labels

Often forms can look nicer if they have placeholders instead of labels. Especially on smaller less complicated forms.

Usage:

Simply add this code to your functions.php file and you will now get an option to hide the label in the form field settings.

add_filter( 'gform_enable_field_label_visibility_settings', '__return_true' );

Simple!