Documentation Category: Hook

gpmpn_bypass_validation

Filter the bypass validation logic.

gpeb_skip_default_sorting

Filter whether to skip the default sorting for a specific column. This filter allows you to control whether the default sorting should be skipped for a specific column in the Entries Table block. By default, this filter returns false, meaning the default sorting is not skipped.

gpld_use_server_time

Filter to determine whether to use server time or user’s local time.

gspc_process_form_on_add_to_cart

Filter if the form should be processed when adding to the cart. Defaults to true. Useful to skip an attached form for specific variations, etc.

gcgs_clear_unmapped_columns_on_edit

Clear unmapped columns on edit feed action.

gpev_validation_result

Filter the validation result.

gpns_statuses_to_skip_on_send

Filter the entry statuses that should prevent scheduled notifications from being sent.

gpev_validation_error_message

This filter is useful to change the email validation error message. By default, the Email Validator will show the following error message on email validation error. The email address entered cannot be used. Please enter a different email address.

gppa_query_order_by_clauses

Filter the order clauses assigned to a query.

gpev_disable_email_validator_by_default

Disable Email Validator by default for Email fields. By default, the “Enable Email Validator” setting is enabled. This filter allows you to disable GP Email Validator either globally or for a specific form. Note, this will not impact Email Fields where the “Enable Email Validator” setting has already been changed.

gppa_live_merge_tag_entry_values

Filter the live merge tag entry values.

gfff_reprocess_feeds

Filters whether to reprocess feeds that have already been processed.

gca_entry_added_to_airtable

Action that fires after an entry has been written to Airtable.

gpasc_draft_markup

Allows the drafts markup to be modified.

gpac_should_process_calculation (JS)

DescriptionUsageParametersSinceDescription Filter whether the advanced calculation formula should be processed or not. Usage Parameters shouldProcess bool Whether the calculation should be processed. formId number The …