Hooks

Articles

Form Data

Form Data ($form_data) is an associative array containing all the payment related properties for the entry being processed by the Authorize.Net add-on.

Freshbooks Feed Meta

The Feed Meta object for the Freshbooks Add-On is an associative array containing the properties which determine how the add-on should process the form submission.

gaddon_no_output_field_properties

This filter allows you to allow or deny specific properties to be added to the field HTML.

GetResponse Feed Meta

The Feed Meta object for the GetResponse Add-On is an associative array containing the properties which determine how the add-on should process the form submission.

GF_User_Registration

GF_User_Registration is the class which houses the main functionality of the Gravity Forms User Registration Add-on; it extends the GFFeedAddOn class which is part of the add-on framework.

GFCoupons

GFCoupons is the class which houses the main functionality of the Gravity Forms Coupons Add-on; it extends the GFFeedAddOn class which is part of the add-on framework.

gform_{$SHORT_SLUG}_error

This action hook can be used to perform a custom action when an Add-On Framework based add-on experiences an error when processing a feed.

gform_{$SHORT_SLUG}_field_value

This filter can be used to modify a value before it is sent to a third-party by one of the Add-On Framework based add-ons.

gform_{$short_slug}_is_valid_payment_amount

This filter allows custom logic to be used to determine if a payment add-on which extends GFPaymentAddOn should process the submission for the given amount.

gform_abort_conditional_logic_do_action

This filter is affects Gravity Forms conditional logic processing to allow add-ons to abort the gf_do_action() function.