Documentation Category: Hook

gptos_disable_css

DescriptionUsageParametersSinceDescription Filter whether or not to output the Terms of Service Field’s CSS. Usage Disable outputting CSS for all Gravity Forms Terms of Service fields. …

gppa_object_type_col_rows_query

Filter the query used to pull property values into the dropdowns displayed under the GP Populate Anything field settings in the Form Editor.

gppa_default_operators

Filter the default operators for ALL properties. Note: this will impact the UI only, additional logic will be required when adding new operators such as extending Object Types to know how to query using the added operator.

gppa_process_value_as_date

DescriptionUsageParametersSinceDescription Force a value to be parsed as a date to enable date comparison using operators such as >, <, <=, etc. By default, values …

gpps_post_replace_merge_tags

DescriptionUsageParametersSinceDescription Filter the content after merge tags have been replaced. Usage Parameters content string The content that had merge tags replaced in it. form array …

gpps_pre_replace_merge_tags

DescriptionUsageParametersSinceDescription Filter the content before merge tags are replaced. Usage Parameters content string The content that will have merge tag replacement ran on it. form …

gpui_numeric_minimum_length

Modify the minimum length that a numeric unique ID can be. Note, this will also set the default for any Unique ID fields that do not have their length setting filled in.

gpui_sequential_unique_id_pre_insert

DescriptionUsageParametersExamplesFill Gaps in Sequential Unique IDsAdd HyperDB Support for Sequential IDsSinceDescription Modify the sequential ID that will be used prior to adding the ID to …

gpld_limit_dates_options

Filter the date limiting options for each field.

gplc_choiceless_message

DescriptionUsageParametersExampleSet custom messageSinceDescription Filter the message that is displayed when a field has no available choices. Usage Parameters message string The markup to be displayed …

gplc_group (JS)

DescriptionUsageParametersExampleConditional LimitsSinceDescription Filter the group of checkboxes that are about to be processed. This filter must be used with its PHP counterpart to handle group …

gplc_group (PHP)

DescriptionUsageParametersExampleConditional LimitsSinceDescription Filter the group of checkboxes that are about to be processed. This filter must be used with its JS counterpart to handle group …

gpeu_send_to_duplicates

DescriptionUsageParametersExampleDon’t Send to Duplicate EmailsSinceDescription Filter whether Email Users should send the same message to the same email address if it is attached to different …

gpeu_forms

DescriptionUsageParametersExampleOnly Return Specific FormsSinceDescription Filter the forms available in the Email Users interface. Usage Parameters forms array An array of form meta. Example Only Return …

gpep_bypass_session_init

DescriptionUsageParametersExamplesDisable Passing Through Entries Without a TokenSinceDescription Prevent session manager from initializing on page load. Usage Parameters bypass_session_init bool Bypass initializing session manager. Examples Disable …