Hooks
Actions
Learn about the different action hooks available within Gravity Forms. Action hooks allow you to perform additional actions when an event takes place.
Filters
Discover the different filter hooks available within Gravity Forms. You can use filters to modify data to better match your particular needs.
JavaScript
Find explanations of the various JavaScript hooks used by Gravity Forms and its add-ons.
Deprecated
Here you will find a listing of the action hooks in Gravity Forms which have been deprecated.
Articles
gform_payment_methods
Use this filter to add alternative payment methods to the Credit Card field.
gform_payment_status
Allows the payment status displayed for the entry in the Payment Details section to be modified.
gform_payment_statuses
Allows custom payment statuses to be defined.
gform_payment_transaction_id
Allows the payment transaction id displayed for the entry in the Payment Details section to be modified.
gform_paypal_action_fields
This hook is used add individual options to the PayPal feed.
gform_paypal_add_option_group
This hook is used to add groups of options to the PayPal feed.
gform_paypal_business_email
Allows changes to be made to the PayPal business email while validating the IPN from PayPal.
gform_paypal_config_validation
Used to validate custom settings/meta specified using the gform_paypal_action_fields or gform_paypal_add_option_group action hooks.
gform_paypal_feed_settings_fields
This filter allows adding custom settings fields to PayPal Standard.
gform_paypal_field_value
This filter can be used to modify a value before it is sent to PayPal using the PayPal Standard Add-On.