WP Manifestindependent plugin directory
manifest / forms / gf-form-abandonment-tracker

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

0stars
0forks

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

Readme

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

  1. Make sure Gravity Forms is installed and active.
  2. Upload the plugin folder to /wp-content/plugins/.
  3. Activate the plugin through the 'Plugins' menu in WordPress.
  4. Open any form's settings and click the "Abandonment" tab to view data.

== Changelog ==

= 1.0.0 =

  • Initial release.

Read the full README on GitHub →