Articles

Creating A Custom Background Processor

This guide will walk you through creating a custom background processor in Gravity Forms by extending the GF_Background_Process class.

2Checkout Feed Meta

The Feed Meta Object for the 2Checkout Add-On is an associative array with properties determining how the add-on should process the form submission.

Square Feed Meta

The Feed Meta Object for the Square Add-On is an associative array with properties determining how the add-on should process the form submission.

Advanced Post Creation Feed Meta

The Feed Meta Object for the Advanced Post Creation Add-On is an associative array with properties determining how the add-on should process the form submission.

Webhooks Feed Meta

The Feed Meta Object for the Webhooks Add-On is an associative array with properties determining how the add-on should process the form submission.

gform/ajax/post_ajax_submission

This filter allows developers to customize or modify the response data, including additional information, custom messages, or altered submission details.

gform/products/product_field_changed

This JavaScript event is triggered when any price changes.

gform_gfcf_custom_empty_field_check

This filter allows other add-ons to add their inputs for validation in Conversational Forms.

gform_salesforce_object_request_path

The gf_salesforce_object_request_path filter allows developers to customize the request path used to fetch Salesforce Object Types in the feed creation dropdown for the Gravity Forms Salesforce Add-On to limit or modify the displayed object types.

Setting Up Conditional Payments for One Time and Recurring Transactions

This article explains how to use conditional logic to set up payment feeds based on a user’s selected payment frequency.