There are some options available in Gravity Forms that require configuration via code. Gravity Hopper exposes those settings so that you can fine tune your install without having to dig into the code.

Configurations

This module is available in the Gravity Hopper plugin.

“Gravity Hopper has made defining Gravity Forms environment details a breeze when deploying to a new client site.”

Documentation

Configurations

There are some options available in Gravity Forms that require configuration via code. The following settings allow you to control those via this admin UI with a simple click, rather than digging into code.

Hide administrative tooltips

Filters gform_tooltips to hide all administrative tooltips from the Gravity Forms interface.

Hide license details

Filters gform_settings_display_license_details to hide the license details from Forms → Settings.

Hide Post Fields

Filters gform_add_field_buttons and gform_field_groups_form_editor to remove all Post Fields from the Add Fields tab.

Disable view counter & hide view/conversion columns

Filters gform_disable_view_counter and gform_form_list_columns to remove view counter and associated columns from form list table.

Enable cc: field on notifications

Filters gform_notification_enable_cc to allow setting cc: addresses on notifications.

Hide logging enabled security notice

Sets GF_LOGGING_DISABLE_NOTICE to hide notice when wp_get_environment_type() == 'development'.