Articles

gform_addon_app_PAGE_TAB

This action fires when a page and tab is accessed within Gravity Forms. It is typically used to add content to custom settings tabs.

gform_addon_app_settings_menu_{$SHORT_SLUG}

This filter controls the addition or removal of tabs within the Gravity Forms settings menu.

gform_sanitize_confirmation_message

Uused to sanitize the complete confirmation message just before outputting to the page.

gaddon_no_output_field_properties

This filter allows you to allow or deny specific properties to be added to the field HTML.

Gravity Forms Custom Development

If you need custom functionality, you might need to hire a developer. We can point you to two starter places that may help.

Troubleshoot/Resolve Issues with Gravity Forms Entry Exports

At times, some users may experience issues when attempting to export entries. These issues are typically caused by theme/plugin conflicts or settings defined by the web host.

Increasing Your PHP Max Execution Time

If your PHP scripts are timing out, you may have an issue with the max execution time. In this article, we will show you how to fix it.

Increasing Your PHP Memory Limits

Sometimes, you may come across issues such as errors when exporting a large number of entries, or even errors stating that your available memory has been exhausted.

Form Switcher in Gravity Forms 2.5

The Gravity Forms form switcher interface has returned in Gravity Forms version 2.5 ! It is available in the top left corner of the Edit, Settings, and Entries pages.

gform_process_template_shortcodes_pre_create_post

Description.