Documentation Category: Hook

gpppw_applicable_field_types

DescriptionUsageParametersSinceDescription Specify what field types are supported. Usage Parameters field_types array The field types that are supported. Default: array( ‘textarea’, ‘post_content’, ‘text’ ) Since This …

gpcc_overwrite_list_field (JS)

DescriptionUsageParametersExampleOverwrite List Field every time we process through a Multi Page Form.SinceDescription Overwriting List Field Copy. Usage Parameters overwriteListField bool Set to false to instruct …

gppa_form_editor_max_string_length (JS)

DescriptionUsageParametersExamplesSet a max length of 1000.Skip max length.SinceDescription Filter the max string length used in the Form Editor. Usage Parameters maxLength int The max length …

gpasc_attach_inline_confirmation_message

DescriptionUsageParametersSinceExamplesDisplay Inline Confirmation Above the FormDescription Filter how the inline confirmation message is attached to the form. Usage Apply to all forms. Apply to a …

gpnf_view_model (JS)

DescriptionUsageParametersSinceDescription Filter the Knockout view model for the Nested Form field. Usage Parameters viewModel object The Knockout view model for the Nested Form field. gpnf …

gpasc_draft_title

DescriptionUsageParametersSinceDescription Filters the Drafts section title Usage Filter the Drafts section title for all forms using Advanced Save & Continue. Filter the Drafts section title …

gfcc_deferred

DescriptionUsageParametersExamplesBasic ExampleDescription This action is fired after all other Code Chest scripts have been loaded and run in the browser. Usage Parameters formId string|int The …

gpns_cron_schedule

DescriptionUsageParametersExamplesChange schedule to run gpns_cron every minuteSinceDescription Filter the cron schedule used for the gpns_cron hook. Usage Parameters schedule string The cron schedule to use, …

gpns_recurring_ending_timestamp

DescriptionUsageParametersSinceDescription Filter the timestamp (Unix epoch) used to determine when recurring notifications should end. Usage Filter the ending timestamp for all forms using Notification Scheduler. …

gppa_split_field_objects_by_comma

DescriptionUsageParametersSinceDescription Filter whether to convert comma separated values to an array if it’s still not an array. We check for a comma then space as …

gpeb_exclude_partial_entries

DescriptionUsageParametersSinceDescription Filter whether to exclude Partial Entries from Entry Blocks. Partial Entries are excluded by default. Usage Parameters exclude_partial_entries bool Whether Partial Entries should be …

gpep_cookie_delimiter

DescriptionUsageParametersExamplesChange delimiter to %%SinceDescription Modify the cookie delimiter. This can be useful if your WAF is configured to block || in cookies. Usage Parameters cookie_delimiter …

gpgs_gppa_cache_columns_expiration

DescriptionUsageParametersExamplesIncrease cache durationSinceDescription Filter the number of seconds that column data from a sheet should be cached for. Defaults to 1800 seconds (30 minutes). Usage …

gpgs_gppa_cache_query_expiration

DescriptionUsageParametersExamplesIncrease cache durationSinceDescription Filter the number of seconds that data from a sheet should be cached for. Defaults to 60 seconds. This is the row/column …

gpgs_gppa_http_request_timeout

DescriptionUsageParametersExamplesIncrease query timeoutSinceDescription Filter the request timeout in seconds for queries to the Google Gviz API. Defaults to 20 seconds. Usage Parameters seconds int The …