Documentation Category: Hook

gpasc_form_resume_tokens

Filters the resume tokens for a given form. This filter is applied to a user’s resume tokens for a given form before they are returned.

gppa_skip_field_value_during_hydration

Filter whether a field’s value should be skipped during hydration. This can be useful in situations such as excluding hidden fields from being displayed in the @{order_summary} merge tag output when populated using a Live Merge Tag.

gpasc_resume_notice_message

Filters the resume notice for a draft.

gplc_excluded_input_selectors (JS)

DescriptionUsageParametersSinceExamplePrevent input with class from being enabled/disabledDescription Filter the input selectors used to exclude inputs from being checked/unchecked. Usage Parameters excludedInputSelectors array Input selectors to …

gpqr_file_content

Filters the content of the QR code file. This is the raw content of the file and useful if the file format of the QR code is SVG.

gpeb_cleaned_current_url

Filter the current URL after it has been cleaned. This filter is useful when you need to remove custom query params from the current URL.

gpasc_js_init

DescriptionUsageParametersSinceExampleDisable Advanced Save and Continue From JavascriptDescription Perform an action or side effect after a form’s GPAdvancedSaveAndContinue instance has been initialized. Usage Parameters formId number …

gpecf_field_total

Modify the calculation of the eCommerce field total.

gpecf_field_total (JS)

DescriptionUsageParametersSinceExampleAdd a Flat Rate of 5.5 to the Tax field with ID 4.Description Modify the calculation of the field total. This filter must be used …

gpapf_merge_tag_value

Filter the phone field merge tag text.

gpqr_encoding

Filters the encoding used when generating QR codes. If you are using a non-English language, you may need to change this to something like UTF-8.

gpasc_should_auto_load

Allows you to skip auto loading a draft entry for a given form or globally for all forms.

gp_template_output

DescriptionUsageParametersSinceExamplesHide Entries Table if EmptyDescription Filter the output of the located template. Usage Filter output for all Nested Forms templates. Filter output for a specific …

gpasc_visitor_prompt_enabled

Whether or not the visitor prompt should be displayed for this form.

gcgs_should_delete_google_sheets_row

Disable Google Sheet row deletion when the “edit_rows” config option is enabled.