Articles

Creating a Feed for the FreshBooks (Classic) Add-On


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

Invoice/Estimate Settings in the FreshBooks (Classic) Add-On Feeds

The Gravity Forms FreshBooks Add-On allows you to create invoices and estimates using your forms. In this article, we will show you how to do so.

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 within our documentation.