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_consent_checked_indicator
Allows the Consent check mark image to be changed.
gform_consent_checked_indicator_markup
Allows the HTML markup of the Consent check box to be modified.
gform_constantcontact_subscriber_details
The gform_constantcontact_subscriber_details filter allows developers to modify the subscriber details before sending them to Constant Contact.
gform_counter_script
Description.
gform_countries
This filter can be used to add or remove countries from the address field Country drop down.
gform_coupons_can_apply_coupon
This PHP filter allows custom logic to be used to determine if the coupon code can be applied.
gform_coupons_discount_amount
This filter can be used to modify the coupon discount before it is applied to the form total.
gform_coupons_is_valid_code
Overrides coupon code alphanumeric checking.
gform_coupons_post_delete_coupon
This JavaScript action fires after a coupon is deleted from a field, allowing further actions to be performed.
gform_coupons_update_usage_count
The gform_coupons_update_usage_count filter allows custom logic to determine whether a coupon’s usage count should be updated.