Articles

Custom Logging Statements

While Gravity Forms and its add-ons include numerous logging statements, sometimes you may need to add more. Discover how to add custom logging.

Gravity Forms 2.2: Changes to Entry IP Detection

With the release of Gravity Forms version 2.2, changes have been made to the IP displayed when a form entry is generated.

Add Sub-Pages to Gravity Forms Admin Navigation

If you want to add a page to the Gravity Forms Admin navigation options, add the following code to your theme’s functions.php file.

gform_list_post_item_delete

Description.

gform_list_post_item_add

Description.

gform_ip_address

Allows the IP address of the client to be modified. Use this filter if the server is behind a proxy.

Cancel a Stripe Subscription After a Specified Number of Payments

The Stripe API doesn’t allow you to set the total number of recurrences of a payment or an end date when creating the subscription but it is possible to cancel the subscription via the gform_post_add_subscription_payment hook which runs after a payment is recorded.

Capturing the HTTP Referrer URL on Form Submissions

This code snippet shows how to capture the HTTP Referrer URL on form submissions.

Checking Your Environment Details

This article provides a guide to checking environment details in Gravity Forms, helping you assess server settings and configurations that affect form functionality.

gform_updates_list

Filters the available updates displayed on the Forms -> System Status -> Updates page.