GF Form Abandonment Tracker
WordPress plugin that tracks Gravity Forms abandonment. It logs the last field a visitor touched before leaving without submitting.
by Glenn Tangalin · github.com/mcglenn07/gf-form-abandonment-tracker
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/mcglenn07/gf-form-abandonment-tracker/archive/refs/heads/main.zipReadme
=== GF Form Abandonment Tracker === Contributors: mcglenntangalin Tags: gravity forms, analytics, conversion, forms Requires at least: 5.8 Tested up to: 6.6 Requires PHP: 7.4 Stable tag: 1.0.0 License: GPLv2 or later
Tracks visitors who start a Gravity Forms form but never submit it, and shows which field they last touched before leaving.
== Description ==
GF Form Abandonment Tracker hooks into any Gravity Forms form on the front end. When a visitor interacts with a field and then leaves the page without submitting, the plugin logs the form ID, the last field they touched, and the page URL. A new "Abandonment" tab is added to each form's settings, showing total drop-offs and a breakdown by last field touched — useful for spotting which field in a form is causing people to give up.
== Installation ==
- Make sure Gravity Forms is installed and active.
- Upload the plugin folder to
/wp-content/plugins/. - Activate the plugin through the 'Plugins' menu in WordPress.
- Open any form's settings and click the "Abandonment" tab to view data.
== Changelog ==
= 1.0.0 =
- Initial release.