Articles

gform/gfcf/hide_conditions

This gform/gfcf/hide_conditions filter allows developers to add custom visibility rules for fields in conversational forms.

gform/gfcf/visibility_field_classes

The gform/gfcf/visibility_field_classes filter allows customization of which field CSS classes should be monitored for visibility changes. The field observer system uses it to watch for changes to the style.display property of fields.

Gravity Forms and PHP 8.5 Compatibility

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

Automatically Block Unwanted Emails Using Code

This how to article shows you how to automatically learn, store, and block email addresses that your spam defenses catch.

Timeout Confirmation

The Timeout Confirmation is automatically added when using the Stripe Card Element and alerts customers if their payment is delayed.

PayPal Payments Standard Add-On End Of Life

PayPal is retiring Website Payments Standard. Update to PayPal Checkout now to keep accepting PayPal payments without interruption.

gform_update_feed_active

The gform_update_feed_active action fires immediately after a feed’s active status is updated.

gform_post_add_feed

The gform_post_add_feed action will run after a feed is added to a form.

gform_gfcf_theme_config

The gform_gfcf_theme_config filter can be used to modify the global JavaScript configuration object for conversational forms before it’s localized to the frontend.

gform_partialentries_abort_save

The gform_partialentries_abort_save filter allows you to stop a partial entry from being saved or updated. You can use it to prevent partial entries from being saved under specific conditions during form processing.