Articles

Delaying a Feed Until Another Feed Completes

When one feed depends on data produced by another, timing can break your automation. Here’s how to make a feed wait.

gform/ajax/pre_display_error

The gform/ajax/pre_display_error filter is triggered right before an Ajax error message is displayed. It allows developers to customize the error message shown when an Ajax form submission request fails.

What Happens with HubSpot Forms When Disconnecting the Hubspot Add-On

This article explains how the HubSpot Add-On handles HubSpot forms when the add-on is disconnected, including what to expect when moving sites between environments.

gform_coupons_update_usage_count

The gform_coupons_update_usage_count filter allows custom logic to determine whether a coupon’s usage count should be updated.

reCAPTCHA Checkbox

The reCAPTCHA Checkbox field adds a checkbox challenge to your form, requiring users to confirm they are not a bot before submitting.

Credit Card Field CSS Selectors (Legacy)

Overview and examples of the Legacy CSS selectors available for credit card fields.

gform_state_pre_encode

This article explains how to use the gform_state_pre_encode action hook to add values to the form state before it is encoded.

gform/form_editor/initialized

The gform/form_editor/initialized event is triggered after the form editor has been initialized. It allows developers to perform actions once the editor is ready.

gform/ajax/post_submission_request

The gform/ajax/post_submission_request filter is used to modify the AJAX response after a form is submitted via AJAX, but before the markup is reloaded.

gform_text_counter_template

The gform_text_counter_template filter allows developers to modify the text counter template string.