Documentation Category: Hook

gpi_always_show_inventory_limit_in_editor

DescriptionUsageParametersExamplesAlways use inventory limit in Form EditorSinceDescription Force the Form Editor to always show the Inventory Limit for choices, products, and resources rather than the …

gpi_supported_field_types

DescriptionUsageParametersExamplesAdd Number as a supported field typeSinceDescription Specify what field types are supported. This works in conjunction with gpi_supported_input_types by overriding specific field types. Pass …

gpi_supported_input_types

DescriptionUsageParametersSinceDescription Specify what input types are supported. Input types can be excluded for field types by using the gpi_supported_field_types filter. Usage Parameters input_types array The …

gpfup_before_upload (JS)

DescriptionUsageParametersExamplesLimit duration of MP4/MOV files to 10 secondsTotal Max File SizeSinceDescription JavaScript action to process/validate file prior to upload. Usage Parameters formId int The current …

gpep_delete_cookie_on_logout

DescriptionUsageParametersSinceDescription Delete GPEP cookie when users log out. Usage Parameters delete_gpep_cookies bool Delete GPEP cookie once users logout (default: false) Since This filter is available …

gppa_run_pre_render_in_ajax

DescriptionUsageParametersSinceDescription Filter whether gform_pre_render should be utilized when fetching the new markup for fields when populated via AJAX. While disabling gform_pre_render during AJAX can be …

gpfup_jpeg_quality (JS)

DescriptionUsageParametersExamplesIncrease JPEG quality to 1 (100%) for all uploaded imagesSinceDescription Filter the quality used for JPEGs when auto-cropping and manual cropping. Usage Parameters jpegQuality float …

gpfup_strip_image_metadata (JS)

DescriptionUsageParametersExamplesInclude image metadata/EXIF on all uploaded imagesSinceDescription Filter whether or not image metadata (EXIF) should be stripped from the image when uploaded. Disabling metadata is …

gppa_should_trigger_change (JS)

DescriptionUsageParametersExamplesRequire input to have at least 4 characters before triggering a change.SinceDescription Override when fields and Live Merge Tag values are refreshed when dependent inputs …

gpfup_strings (JS)

DescriptionUsageParametersExamplesCustomize the “select file” button text for a specific fieldSinceDescription Filter the localized strings used on the File Uploader. Usage Parameters strings object Localized strings …

gpfup_skip_image_loader (JS)

DescriptionUsageParametersSinceDescription Filter whether or not the image loader (Blueimp) should be skipped. This can be advantageous if large images are frequently uploaded. The image loader …

gpnf_fetch_form_html_after_delete (JS)

DescriptionUsageParametersExamplesDisable automatically loading child form HTML after child entries are deletedSinceDescription Filter to determine if the child form HTML should be refreshed after deleting child …

gpnf_fetch_form_html_after_add (JS)

DescriptionUsageParametersSinceExamplesDisable automatically loading child form HTML after child entries are addedDescription Filter to determine if the child form HTML should be refreshed after adding entries. …

gplc_choice_limit

DescriptionUsageParametersSinceExamplesOverride limit of a specific choiceDescription Filter the choice limit for a given choice. Usage Apply to all fields on all forms. Apply to all …

gpfup_cropper_options (JS)

DescriptionUsageParametersExamplesDisable rotatingSinceDescription Filter the options/properties that are sent to vue-advanced-cropper. Usage Parameters options object Options to send to vue-advanced-cropper. Additionally, enableRotate can be included as …