Articles

gform/datepicker/pre_init

This article explains how to use the gform/datepicker/pre_init filter to modify the options used to initialize a field’s datepicker before it is rendered.

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.

CSS Visual Guide

Gravity Forms are structured so that every element can be targeted and manipulated via CSS. Most elements share reusable class names to affect styling, and many elements have unique ID’s that you can use to target specific elements within the form. By using CSS inheritance, you can effectively style every element in your form.

Troubleshooting Entries Marked as Spam

If entries are being marked as spam but don’t appear to be spam, the steps below can help identify the cause and resolve it.

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/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.