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

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

Download The Add-On

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

Download The Add-On

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

Download The Add-On

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