Articles

gform_max_async_task_attempts

The gform_max_async_task_attempts filter allows developers to set the number of retries to be modified before the task is abandoned.

Brevo Add-On Changelog

View the change log for the Brevo Add-On.

{$this->identifier}_cron_interval

This filter allows developers to override the default schedule for asynchronous tasks, such as processing feeds or handling notifications.

Setting Up Conditional Feeds for Offline Payments

This article covers how to use conditional feeds to manage workflows based on whether users choose online or offline payment methods.

gform/conditionalLogic/applyRules/start

The gform/conditionalLogic/applyRules/start event allows you to run custom logic right before conditional rules are applied. It’s useful for prepping UI changes, showing loaders, or managing field state in conversational forms.

gform/conditionalLogic/applyRules/end

The gform/conditionalLogic/applyRules/end event allows you to react after conditional logic is applied. Use it to trigger animations, restore inputs, or handle field visibility updates in conversational forms.

How To Populate Image Choices With WooCommerce Products

This article demonstrates how to use a custom snippet to retrieve WooCommerce products and populate a Gravity Forms image choice field.

Customizing ACH Payment Messaging in the Stripe Add-On

This guide explains how to display your own business name on the payment screens when using ACH Payments in the Stripe Add-On.

Stripe Payment Method Requirements & Troubleshooting

This article provides step-by-step details on configuring some of the Stripe Add-On’s payment methods.

GF_Field_Image_Choice

This class is responsible for determining how the Image Choice field is rendered when the form is displayed and how its value is handled during and after form submission.