This page may contain affiliate links. Please read my disclaimer for more information.

Results for: Add-Ons

Author Look Up

Category Look Up

Change Gravity Forms Submit Button Text After Submission

Symptoms Your forms take a few seconds to process after clicking submit, and you want to make it more apparent, instead of just depending on the little AJAX spinner, that the submission is processing. What if your button text could automatically change from “Submit” to “Sending, please wait…”, or something like that? How To Fix It Using the code snippet below, you can programmatically configure the submit button text to change after the button has been clicked. You can add this code to your themes functions.php file or use a functionality plugin like WPCodeBox. Additional Tips You do not need ...

Download The Add-On

Sync Gravity Forms Forms Between Staging and Production Sites

Problem There is no built-in solution to sync Gravity Forms between staging and production environments. The only way to do this would be to export/import the form or to migrate the Gravity Forms database tables. Exporting and importing forms does not overwrite the existing form, it creates a new form with a new ID number. This is problematic because now you have to update the embed. Migrating the database tables is easy enough with a plugin like Duplicator, but if you’ve received new entries on the production site doing this will overwrite the database and you’ll lose that new data. ...

Download The Add-On

How to Build a Conversational Form in Gravity Forms

We recently had a Gravity Forms user ask the following question, How do I create an interactive form in WordPress? So I decided I would create this tutorial to show you how you can create a conversational (interactive) form with Gravity Forms. Conversational forms is not a new concept, but it isn’t necessarily a “feature” or “function” of Gravity Forms. What I will be showing you is a workaround that you can use, at least until they implement this functionality. Other form builders might have an option or prebuilt template that you can use to build a conversational form, but ...

Download The Add-On

Gravity Forms Black Friday 2021 Deals

This list includes Gravity Forms and the Gravity Forms certified developer add-ons that are offering a Black Friday and Cyber Monday sale. These are the biggies discounts I have seen! If you want to get a great deal on Gravity Forms, keep in mind this is the only time of year they do any type of discount or sales promotion. You won’t want to miss out on this deal! If we come across any other Gravity Forms add-on sales that we think are worth noting, we will add them to the list.

Download The Add-On

How to Set a Default Product Quantity in Gravity Forms

I recently had a Gravity Forms user ask the following question: “How can I add a “0” in the quantity field by default.” Out of the box, Gravity Forms does not support setting a default quantity for the quantity field available in the Product field, by default the quantity box is empty. This can be problematic, especially if you have multiple product fields in your form that are required. The user may think leaving the quantity field empty is the same as 0, but an empty quantity field will cause a validation error. If you can populate the quantity field ...

Download The Add-On