Lego2012
12/13/2016 - 3:22 PM

Enable Field Label Visibility Settings

Enable Field Label Visibility Settings

<?php
//* Do NOT include the opening php tag shown above. Copy the code shown below.

// Enable Field Label Visibility Settings in Gravity Forms
add_filter( 'gform_enable_field_label_visibility_settings', '__return_true' );