Creating 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 ArticleChanging 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 ArticleGravity Forms Round Robin
View this code snippet on GitHub. Overview Imagine you have a form where you’d like to automatically cycle through the choices of a designated field with every entry. The cycle starts with the first...
View ArticleRequire an Existing Value for Submission with Gravity Forms
View this code snippet on GitHub. Let’s say a reference number is generated on Form A (using something like GP Unique ID) for the user’s order (represented by a Gravity Form entry). The reference...
View ArticleSet Number of List Field Rows by Field Value
View this code snippet on GitHub. Found this interesting question on the Gravity Forms forum: I’m selling tickets. So each ticket needs to be associated with a name/email/etc… Basically, the user needs...
View ArticleAdd Image Previews to Gravity Forms File Upload Fields
Overview As a user I like to know that the file I’m uploading is the correct one. This useful snippet adds image previews to File Upload fields, giving your users a visual confirmation of the file...
View Article