Results for: Add-Ons
Author Look Up
Category Look Up
Gravity Forms Reset Button
Symptoms Gravity Forms does not have a built-in method for enabling any type of form reset button. This doc will show you how to add a Reset Form button or Clear Form button to any form built with Gravity Forms. How To Fix It There are two different approaches, use whichever one best fits your needs. Known Limitations 1. The gform_submit_button filter does not work on all pages in multi-page forms (workaround here)2. Neither solution will clear fields populated dynamically3. Neither solution will clear a Product field that uses the Calculation field type Using the Filter With this option, you ...
Scheduling Gravity Forms Notifications
Do you want to schedule your Gravity Forms notifications to be released on a schedule like a marketing campaign, abandon cart campaign, or send a yearly birthday email? There are a number of other ways to use this new Gravity Wiz perk to enhance your Gravity Forms notifications. What Gravity Forms Notifications Scheduler Does Gravity Wix has just released a brand new perk, Gravity Forms Notifications Scheduler, and it is amazing. Here’s how you can use scheduled notifications to level up your business! Create robust drip campaigns to onboard new customers or nurture fresh leads. Send yearly offers to existing ...
Display Text Confirmation Before Redirecting in Gravity Forms
Symptoms Out-of-the-box Gravity Forms does not support using two confirmations at the same time when a form is submitted. However, because we were recently asked how to show a confirmation message before redirecting the user to another URL, we decided to put together a couple of options. How To Fix It There are (at least) three different ways of accomplishing this. 1. The gform_confirmation filter: Copy and paste the code snippet below into your themes functions.php file or use a functionality plugin like WPCodeBox (recommended). Once the code is added you will need to make three modifications: Configure the Redirect ...
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. ...