Changing Your Gravity Forms Field IDs
View this code snippet on GitHub. Getting Started Open the desired form in the Form Editor. Open your Browser Console Chrome: https://developer.chrome.com/devtools/docs/console Firefox:...
View ArticleCustom Field Confirmation
Request users to confirm important information on your forms by entering it twice. Ya know, like the option on the email field? Here’s the code: View this code snippet on GitHub. To install this...
View ArticleTime Sensitive Choices with Gravity Forms
View this code snippet on GitHub. Overview If you’ve ever built a form for scheduling, you know how important it is that the available times are accurate. Use this snippet to automatically limit the...
View ArticleCount the Total Number of Checked Checkboxes with Gravity Forms
View this code snippet on GitHub. Overview There’s a classic Gravity Forms tongue twister that I love: How many checks could a Checkbox count if a Checkbox could count checks? Up until today, the...
View ArticleRename Uploaded Files For Gravity Forms
View this code snippet on GitHub. We wrote a snippet that will allow you to create a dynamic naming template for your uploaded Gravity Form files. This includes the ability to prepend, append or...
View ArticleCreating Coupons for GF Coupons Add-on with Gravity Forms
View this code snippet on GitHub. Submitting a Gravity Form is a powerful thing. After the the submit button is pushed, any number of things could happen. You could register the submitter as a user on...
View ArticleMake Your Gravity Forms Validation Errors Mobile-friendly(er)
View this code snippet on GitHub. Want a UI for this?Our simple plugin will apply this functionality to all forms out of the box. If you’d like a setting to enable this per form, Dennis Hunink has...
View ArticleHow to Populate and Modify Dates with Gravity Forms
View DemoView CodeDownload Code Way back when (in 2012), we wrote an article on how to populate a date, one year from the current date. We’ve rewritten this snippet to be more flexible, easier to...
View ArticleCreating Coupons for Easy Digital Downloads with Gravity Forms
View CodeDownload Code Coupons are a useful incentive for persuading customers to fill out a form. Want to encourage visitors to sign up for your newsletter? Offer them a coupon code for a small...
View ArticleCreating Coupons for WooCommerce with Gravity Forms
View CodeDownload Code Offering a coupon is a great way to incentivize users to fill out any form. Want to provide a compelling incentive for visitors to sign up for your newsletter? Offer them a...
View ArticleHow to Setup Time-based Conditional Logic with Gravity Forms
Stop! There's a better way. This snippet is available as a plugin with Gravity Perks, a suite of over 36 premium Gravity Forms plugins! View the Plugin Buy Gravity Perks This tutorial will demonstrate...
View ArticleHow to Block a Date Range with Gravity Forms Datepicker
This article requires the Gravity Forms Limit Dates perk. Buy Gravity Perks today to get this perk plus 36 other premium Gravity Forms plugins! View the Plugin Buy Gravity Perks View this code snippet...
View ArticleHow to automatically reload a Gravity Form when a modal is closed
This article requires the Gravity Forms Reload Form perk. Buy Gravity Perks today to get this perk plus 36 other premium Gravity Forms plugins! View the Plugin Buy Gravity Perks By default GP Reload...
View ArticleAdd Image Previews to Gravity Forms File Upload Fields
This article requires the GP File Upload Pro perk. Buy Gravity Perks today to get this perk plus 36 other premium Gravity Forms plugins! View the Plugin Buy Gravity Perks Overview As a user I like to...
View ArticleHow to Update Posts with Gravity Forms
This article requires the GP Populate Anything perk. Buy Gravity Perks today to get this perk plus 36 other premium Gravity Forms plugins! View the Plugin Buy Gravity Perks Overview Using Gravity...
View ArticleCreating Multiple IDs with Gravity Forms
View CodeDownload Plugin Have you ever needed to generate a unique IDs for a project? This could be to identify your users, generate raffle ticket numbers, or keep track of products. Let’s take a look...
View Article