Articles

{$this->identifier}_cron_interval

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

gform_geolocation_place_autocomplete_element_options

Customize Google Place Autocomplete settings for address fields in Gravity Forms using this filter.

gform_geolocation_place_autocomplete_element_place_details

The gform_geolocation_place_autocomplete_element_place_details filter allows developers to edit the requested fields from the Google Places API.

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.

Payment Method Requirements

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.

GF_Field_Multiple_Choice

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