Documentation Category: Hook

gpeb_entry

DescriptionUsageParametersDescription Filters the entry object for the current entry in the current block. Usage Parameters entry array The current entry being rendered. form array The …

gpeb_edit_form_field

DescriptionUsageParametersSinceDescription Filter individual fields that are used when populating the Edit Form. Usage Parameters field \GF_Field The current field being filtered. form array The form …

gpeb_edit_form

DescriptionUsageParametersSinceDescription Filter the form that is used when populating the Edit Form. Usage Parameters form array The form used in the Edit Form. Since This …

gpeb_edit_form_entry

DescriptionUsageParametersSinceDescription Filter the entry that is used when populating the Edit Form. Usage Parameters entry array The entry being edited. Since This filter is available …

gppa_submit_button (JS)

DescriptionUsageParametersExamplesAdd custom submit button to the submit buttons to enable/disableSinceDescription Filter the submit button element that is used for enabling/disabling the button while Populate Anything …

gppa_updated_batch_fields

DescriptionUsageParametersExamplesListen for updates on a specific field.Select All Populated CheckboxesAuto-submit after fields are populated via QR code scan.Description An event that gets triggered when Populate …

gpeb_display_value

DescriptionUsageParametersSinceDescription Filter the value to be displayed with Entry Blocks. Usage Apply to all fields for all forms. Apply to all fields for a specific …

gpeb_view_link

DescriptionUsageParametersSinceDescription Filter the view link to a specific entry. Usage Parameters view_link string The view link HTML. view_url string URL used in view link. entry …

gpeb_duplicate_link

DescriptionUsageParametersSinceDescription Filter the duplicate link to a specific entry. Usage Parameters duplicate_link string The duplicate link HTML. duplicate_url string URL used in duplicate link. entry …

gpeb_delete_link

DescriptionUsageParametersSinceDescription Filter the delete link to a specific entry. Usage Parameters delete_link string The delete link HTML. delete_url string URL used in delete link. entry …

gpeb_edit_link

DescriptionUsageParametersSinceDescription Filter the edit link to a specific entry. Usage Parameters edit_link string The edit link HTML. edit_url string URL used in edit link. entry …

gpeb_can_user_edit_entry

DescriptionUsageParametersSinceDescription Filter whether the current user has permission to edit/delete the given entry. Usage Parameters can_user_edit_entry bool Can the current user edit/delete the given entry? …

gpeb_filter_value

DescriptionUsageParametersSinceDescription Filter to modify the values used in the query filters. This is useful for adding replacements for Gravity Forms merge tags, replacing special values …

gpeb_filters_col_rows_query

DescriptionUsageParametersSinceDescription Filter the query used to pull property values into the Entry Filters control. Usage Parameters sql string SQL query that will be ran to …

gpeb_interpreted_multi_input_field_types

DescriptionUsageParametersDescription Filter the field types that are flagged as interpreted multi input field types. Usage Parameters field_types array An array of field types.