Articles

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.

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

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.

CSS Visual Guide and Design Overview (Legacy)

We’ve put together a simple visual guide to help illustrate the structure of a form and the Legacy CSS class relationship.