Results for: Add-Ons
Author Look Up
Category Look Up
Gravity Forms Hide Form Title
Problem By default, when you embed a Gravity Forms form on your site, the form title is displayed on the page just above the form. But what if you want to hide form title from displaying once you’ve embedded the form? Solution You can disable the form title, but how you do that will depend on how you’ve embedded the form. I’ll share three ways you can hide the form title. #1 Shortcode If you use the form shortcode to embed the form you can hide or disable the form title by switching title=”true” to title=”false“. #2 Block Editor If ...
Capture UTM data in Gravity Forms submissions
To understand site visitor interactions, track conversions using UTM data despite Gravity Forms' lack of built-in reports. Two methods are presented: 1) Utilizing the AFL UTM Tracker plugin for comprehensive data capture and Gravity Forms integration, and 2) Adding hidden fields for dynamic UTM parameter population in form entries, which might require manual data extraction or additional add-ons for reporting.
Gravity Forms Spam Notifications
Problem When using many of the spam prevention methods available for Gravity Forms (i.e. honeypot, Akismet, Zero Spam, etc.), entries are either ignored or saved to the spam folder. The problem arises when a valid submission is marked as spam. Out of the box, when an entry is marked as spam, Gravity Forms displays the default confirmation, and no notifications are sent. Solution Thanks to the wizards over at Gravity Wiz, you can use a simple code snippet to send notifications when an entry is marked as spam. This will only work when the entry is marked as spam as ...
How To Import Coupon Codes in Gravity Forms Coupons Add-On
If you’re using Gravity Forms and the Coupons Add-On you may have one time or another needed to import coupon codes. Unfortunately, this is not a built-in feature of Gravity Forms or the Coupons Add-On. However, I was recently asked if this was possible and instead of saying no, decided to see if I could come up with a solution. We have thousands of coupon codes. Is it possible to load these into Gravity Forms somehow? In this tutorial, I’ll show you how to import hundreds or thousands of coupon codes into Gravity Forms Coupon Add-on, automatically! If you want ...
Gravity Forms vs WS Form: A Comparative Analysis
In the WordPress form plugin arena, Gravity Forms offers extensive, developer-friendly features and integrations, catering to users needing robust customization. WS Form stands out with its accessibility focus and advanced mobile-responsiveness. Gravity Forms lacks a free version, while WS Form's free version introduces users to its interface. Pricing models differ: Gravity Forms has a tiered approach starting at $59, whereas WS Form begins at $50 with advanced features. Users should weigh plugin functionalities, budget, and ease of use to decide, with beginners potentially preferring Gravity Forms' user-friendliness.
Gravity Forms Custom Confirmations Not Showing
Symptoms You set up one or more Gravity Forms custom confirmations, but even though you’re taking the desired action in the form to show these confirmations, you instead see the default confirmation with every submission. How To Fix It When using Gravity Forms, a confirmation is required, which is why you can not delete the default confirmation. You can modify it, but it must always be there and active. When you create custom confirmations, regardless of the type, and they do not show, the number one cause is conditional logic. I think this is something Gravity Forms should change, but ...