Articles

Creating a Feed Settings Page

This article explains how to create a feed page for your Gravity Forms add-on by implementing the feed_settings_fields() function.

gform_feed_settings_before_fields

The gform_feed_settings_before_fields filter allows developers to change the content that is displayed before the feed settings

Brevo Feed Meta

The Feed Meta object for the Brevo Add-On is an associative array containing the properties which determine how the add-on should process the form submission.

gform_value_pre_duplicate_check

The gform_value_pre_duplicate_check filter allows for the modification of the field value just before the duplicate check.

Deprecation of the AWeber SDK

The AWeber SDK will be removed from the Gravity Forms AWeber Add-On in version 4.2.0.

gform_file_upload_tmp_dir

The gform_file_upload_tmp_dir filter allows developers to change the temporary directory used for file uploads.

Gravity Forms and PHP 8.4 Compatibility

This article describes the current status of efforts to confirm compatibility of Gravity Forms products with the new PHP 8.4 major release.

Troubleshooting The HubSpot Tracking Cookie

This guide provides steps to troubleshoot tracking cookie issues in the Gravity Forms HubSpot Add-On.

Incompatibilities with the third-party HubSpot Plugin for WordPress

If you’re using the HubSpot plugin for WordPress, it includes a tracking script that captures data from non-HubSpot forms, but this plugin is not compatible with Gravity Forms.

gform/post_render

The gform/post_render event can be used to initialize scripts when a form loads. It is a direct replacement for gform_post_render.