Add-On Framework Filters
Articles
gform_addon_pre_process_feeds
This filter allows you to modify the feed objects before they are processed during form submission.
gform_allow_async_feed_reprocessing
The gform_allow_async_feed_reprocessing filter enables the reprocessing feeds that have already been processed via background tasks.
gform_allow_feed_reprocessing
This gform_allow_feed_reprocessing filter enables reprocessing of feeds for a given entry. It applies to both synchronous and asynchronous feed processing.
gform_entry_meta_pre_render_feed_settings
Allows population of the JavaScript entry_meta variable on the feed configuration page.
gform_feed_settings_before_fields
The gform_feed_settings_before_fields filter allows developers to change the content that is displayed before the feed settings
gform_filter_ui
Allows modifying the existing filter layout or styling.
gform_filters_pre_results
Use this filter to modify the filters used in the drop down list of fields in the admin results page.
gform_form_list_count
This filter allows the form list count array to be modified. This is useful when filtering the form count list.
gform_form_list_forms
This filter allows the forms displayed on the form listing page to be filtered.
gform_form_pre_results
Use this filter to modify the Form object prior to calculating the results in the results admin page.