CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 02:07:48 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
vary: Accept-Encoding
strict-transport-security: max-age=604800
strict-transport-security: max-age=31536000; includeSubDomains
x-content-type-options: nosniff
x-content-type-options: nosniff
x-xss-protection: 1; mode=block
x-xss-protection: 1; mode=block
x-frame-options: SAMEORIGIN
x-frame-options: SAMEORIGIN
referrer-policy: no-referrer
referrer-policy: strict-origin-when-cross-origin
link: ; rel="https://api.w.org/"
link: ; rel="alternate"; title="JSON"; type="application/json"
link: ; rel=shortlink
fastcgi-cache: HIT
report-to: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=07%2FII69Zfdgk1w3O9Vcpzjqw5Rkf%2FQSnwVCEVERqbRDiDQ6yWDw7jXSnN%2BFELtl7YkNvx5yJrPz3IDsWTEGVMaF2mkKjmc45sUwq3E9HLLVhRxoT"}]}
cf-cache-status: DYNAMIC
nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
content-encoding: gzip
cf-ray: 98d30bb36dfea403-BLR
gform_enable_field_label_visibility_settings - Gravity Forms
gform_enable_field_label_visibility_settings
As of Gravity Forms 2.4, this functionality is part of the Form Editor and the hook has been deprecated.
Description
This filter is used to enable the inclusion of the hidden choice in the Field Label Visibility and Sub-Label Placement settings on the field Appearance tab in the form editor.
Please bear in mind that hiding the field label will impact the accessibility of your form for users with visual impairments.
Usage
add_filter( 'gform_enable_field_label_visibility_settings', '__return_true' );
Parameters
This hook has no parameters.
Placement
This code should be placed in the functions.php file of your active theme.
Source Code
This filter is located in GFFormDetail::forms_page() in form_detail.php