Articles

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.

Name

The Name field allows users to enter their name in the format you have specified. This allows you to capture name information as individual fields.

Post Excerpt

The Post Excerpt field allows users to submit data that is then used to populate the excerpt of a post. This field works in tandem with the other Post fields to allow you to create a form that can generate post data from a user submission.

List

The List field allows the end user to add/remove additional rows (up to a pre-set limit) of information per field. This allows for the capture of multiple field values, or a variable “list” of data as defined by the end user.

Post Body

The Post Body field allows users to submit data that is then used as the body content for a post. This field works in tandem with the other Post fields to allow you to create a form that can generate post data from a user submission.

GFAddOn

The GFAddOn class provides basic functionality for developers when creating new add-ons for Gravity Forms.

gform_form_editor_can_field_be_added

This filter fires on the Form Editor page when a field button is clicked or dragged on to the form, it can be used to prevent a field being added to the form if the conditions you define are not met.

How To Change Your Language In Gravity Forms

By default, Gravity Forms is available in US English. However, with users on every continent, island, and corner of the globe, we have built Gravity Forms to support many different languages.

Creating a Feed for the PayPal Payments Standard Add-On

This article explains the process of creating a feed so form submissions can pass the data to PayPal for payment processing.

Products and Services Transaction Type in the PayPal Payments Standard Add-On

An overview of the Products and Services transaction type within the PayPal Payments Standard Add-On.