How To
Articles
How To Improve Form Submissions Performance
Learn how to optimize your Gravity Forms for better performance by improving form structure, reducing validation overhead, and leveraging background processing.
How to Send Email Notifications on Add-On API Errors
This how-to article shows you how to receive email notifications when a Gravity Forms add-on encounters an error when interacting with an external API
How to Automatically Delete Gravity Forms Entries
Learn how to automate the cleanup of Gravity Forms entries. This guide covers using the built-in Personal Data retention settings and provides code snippets for developers to implement custom deletion logic via hooks.
Automatically Block Unwanted Emails Using Code
This how to article shows you how to automatically learn, store, and block email addresses that your spam defenses catch.
How to Use Post Payment Actions
Delay actions like file uploads or third-party integrations until after payment is complete when using add-ons like Stripe or PayPal Checkout.
How To Remove Required Field And Indicates Required Fields legends
This article explains how to prevent users from selecting a placeholder option in dropdown fields and to remove the “* indicates required fields” message.
How to Delete a Field in a Form without Losing Existing Data
Deleting a field will permanently remove its associated data from all existing entries. This guide will walk you through how to safely remove a field from use without losing previously collected information.
Adding JavaScript Code to the Frontend of Your Site
This article explores the most common methods for adding JavaScript to your site.
Installing Gravity Plugins and Add-Ons using Composer
Discover the commands required to use Composer to manage Gravity Forms, Gravity SMTP, and related add-ons.
How To Populate Image Choices With WooCommerce Product Featured Images
This article demonstrates how to use a custom snippet to retrieve WooCommerce products and populate a Gravity Forms image choice field.