Articles

Merge Tags Reference

Gravity Forms uses merge tags to dynamically insert submitted field values and other relevant information into notifications, confirmations, post content templates, and more. This article offers a quick reference guide and links to detailed documentation for each tag.

Setting Up The Brevo Add-On

This article shows the steps required to integrate the Brevo Add-On on your website.

Creating A Brevo Feed

This article describes the steps to create a basic feed for the Brevo Add-On.

{activation_url} Merge Tag

This article explains how to use the {activation_url} merge tag for user account activation.

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.