Articles

Setting Up the PayPal Payments Standard Add-On


Step-by-step instructions on how to setup the PayPal Payments Standard Add-On.


Setting Up the AWeber Add-On


Step-by-step instructions on how to setup the AWeber Add-On.


Creating a Feed for the AWeber Add-On


This article contains step-by-step instructions on how to create a feed for the AWeber Add-On.

Including and Using Entry Meta with the Add-On Framework

The get_entry_meta() function can be overridden to include custom entry meta when creating an add-on which uses the Add-On Framework.

Creating a Feed for the Campaign Monitor Add-On

Learn how to create a feed within the Campaign Monitor Add-On to determine how your fields will interact with the third-party service.

Including a New Field Using the Add-On Framework

In this article we will show how you can use the add-on framework to include a new field type which extends the GF_Field class.

Including Scripts and Styles when Using the Add-On Framework

Scripts and styles can be included for an add-on by overriding the scripts() and styles() functions with structured arrays.

Where Do I Put This Code?

In this article, we will show you where you should typically place code that is shown in our documentation.

Enabling the Gravity Forms Toolbar Menu

The Gravity Forms toolbar menu enables quick access to your most recent common actions. This article shows you how to enable it.

Sending Notifications on Custom Events when Using the Add-On Framework

Since Gravity Forms 1.9.12, add-ons which extend GFFeedAddOn or GFPaymentAddOn can register custom events for which they will send notifications.