Add-On Framework Filters
Articles
gform_is_feed_asynchronous
The gform_is_feed_asynchronous filter can be used to enable background processing of feeds. This prevents feed processing from impacting form submission performance.
gform_is_ssl
Use this filter to determine whether or not the current page is running securely (https). Useful when using a proxy server that does not set the $_SERVER['HTTPS'] variable.
gform_list_field_parameter_delimiter
Allows modification of the delimiter used to parse List field URL parameters.
gform_max_async_feed_attempts
This filter allows the number of retries to be modified before the feed is abandoned.
gform_max_async_task_attempts
The gform_max_async_task_attempts filter allows developers to set the number of retries to be modified before the task is abandoned.
gform_post_select_initial_count
The gform_post_select_initial_count filter in Gravity Forms allows setting the default number of posts to retrieve when the Settings API renders a field of type post_select.
gform_post_select_post_types
The gform_post_select_post_types filter in Gravity Forms allows additional post types to be used when the Settings API renders a field of type post_select.
gform_submission_data_pre_process_payment
This filter can be used to modify the submission data before it’s used during feed processing by a payment add-on.
gform_tooltips
This filter can be used to change existing tooltips or add new ones.
gform_visibility_options
The "gform_visibility_options" filter in Gravity Forms allows default visibility options to be modified or removed and custom visibility options to be added.