Feed Object

Feed Object

IntroductionUsagePropertiesAdd-on ArticlesGF Feed Add-OnsGF Feed Add-OnsGF Payment Add-Ons

Introduction

The Feed Object ($feed) is an associative array containing all the properties which determine if and how the form submission is processed by an add-on. For example, the feed for a payment add-on determines the type of payment transaction which occurs and what values are sent to the payment gateway.

1234567$feed = array(    'id'         => 5,    'form_id'    => 10,    'is_active'  => true,    'meta'       => array(),    'addon_slug' => 'gravityformsslack',);

Usage

We recommend accessing the $feed properties using the rgar() or rgars() functions e.g.

12$meta = rgar( $feed, 'meta' );$conditional_logic_enabled = rgars( $feed, 'meta/feed_condition_conditional_logic' );

Properties

PropertyTypeDescriptionidintegerThe feed ID.form_idintegerThe form ID this feed was created for. An ID of 0 indicates the feed applies to ALL forms.is_active booleanIs the feed active or inactive. Default is true.feed_orderintegerThe order the feed will be displayed in the feeds list for the form. Also applies to submission time feed processing. Not all add-ons support feed ordering.metaarrayFeed meta is an associative array. The available properties vary from add-on to add-on. Please see the Add-on Articles below for the individual propertiesaddon_slugstringThe slug belonging to the add-on used to create the feed, including the gravityforms prefix. See the Gravity Forms Add-On Slugs article for a list of possible slugs.event_typestringFor future usage.

Add-on Articles

GF Feed Add-Ons

GF Feed Add-Ons

GF Payment Add-Ons

ActiveCampaign Feed MetaAgile CRM Feed MetaAWeber Feed MetaBreeze Feed MetaCampaign Monitor Feed MetaCampfire Feed MetaCapsule CRM Feed MetaCleverReach Feed MetaCoupons Feed MetaDropbox Feed MetaEmma Feed Meta

Freshbooks Feed MetaGetResponse Feed MetaHelp Scout Feed MetaHighrise Feed MetaHipChat Feed MetaiContact Feed MetaMad Mimi Feed MetaMailChimp Feed MetaSlack Feed MetaTrello Feed MetaTwilio Feed MetaUser Registration Feed MetaZapier Feed MetaZoho CRM Feed Meta

Authorize.net Feed MetaPayPal Payments Pro Feed MetaPayPal Standard Feed MetaStripe Feed Meta

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注