CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 23:08:03 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
vary: Accept-Encoding
strict-transport-security: max-age=604800
strict-transport-security: max-age=31536000; includeSubDomains
x-content-type-options: nosniff
x-content-type-options: nosniff
x-xss-protection: 1; mode=block
x-xss-protection: 1; mode=block
x-frame-options: SAMEORIGIN
x-frame-options: SAMEORIGIN
referrer-policy: no-referrer
referrer-policy: strict-origin-when-cross-origin
link: ; rel="https://api.w.org/"
link: ; rel="alternate"; title="JSON"; type="application/json"
fastcgi-cache: HIT
report-to: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=5NuBTXWUOl%2BnLUHZPu3hgyIKfNXpjF1uHgsZRLQW0F9yMYmkxEgmEmzJbTKyUSezy8vwx0TAiUy7D1Kmuz46FW5vJ6jPinWtWm8RGcyuQYjuMgzX"}]}
cf-cache-status: DYNAMIC
nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
content-encoding: gzip
cf-ray: 98d20467bc92343c-BLR
Add-On Framework Actions Archives - Gravity Forms Documentation
Add-On Framework Actions
Articles
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_addon_app_PAGE_TAB
This action fires when a page and tab is accessed within Gravity Forms. It is typically used to add content to custom settings tabs.
gform_post_process_feed
The gform_post_process_feed hook can be used to perform a custom action when a feed has been processed.
gform_post_save_feed_settings
Perform a custom action when a feed is saved.
gform_pre_delete_feed
The gform_pre_delete_feed hook can be used to perform a custom action just before a feed is deleted from the database.
gform_user_select_query_params
The gform_user_select_query_params allows to filter the parameters for the query for the initial list of users in the user select dropdown when the Settings API renders a field of type user_select.