Results for: Add-Ons
Author Look Up
Category Look Up
Login Logout Shortcode for Gravity Forms Membership Sites
This is not a function of Gravity Forms, but it can be extremely helpful if you’re not using a membership plugin and instead you are using Gravity Forms to build a basic membership site. I’ve used several different methods for adding the login and logout buttons to a site. I’ve used plugins and other code methods, but this one has been the best solution by far. I prefer using the shortcode because it will work with any theme and you can put it just about anywhere. How It Works All you have to do is add the code below to ...
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. ...
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 ...
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.
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 ...