Gravity Form Locator archived
A Gravity Form add-on that shows a list of forms with the page or post they are published on.
by Tanner Record · github.com/tarecord/gravity-forms-locator · website
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/tarecord/gravity-forms-locator/releases/download/v1.4.2/gf-form-locator.zipReadme
Gravity Form Locator
A Gravity Form add-on that shows a list of forms with the page or post they are published on.
Note: This Plugin has been archived and a new version has been started: https://github.com/tarecord/locations-add-on-for-gravity-forms
Description
The Gravity Form Locator plugin aims to solve a big hole in the design of Gravity Forms' backend interface.
Problem: Currently there is no way to know which page or post a particular form is on.
This plugin solves that problem by adding a "Form Locations" page within the Gravity Forms menu so that all forms that have been added to pages or posts are visible on one screen. Links will take you to the form editor or the post editor so there is one convenient place to manage your forms.
Additionally, when editing a form in the backend, there is a "Locations" tab so you can view all the pages or posts where that form is currently used. It even includes forms located in drafts or private pages.
Installation
Install Gravity Form Locator via the plugin directory, or upload the files manually to your server and follow the on-screen instructions.
Testing
- Install PHP Unit via Composer
~ composer install - Set up local database (Here's a quick walkthrough to install MySQL on mac)
- Install the WordPress tests
~ ./bin/install-wp-tests.sh <db-name> <db-user> <db-pass> [db-host] [wp-version] [skip-database-creation] - Run the tests
~ ./vendor/bin/phpunit
Read the full README on GitHub →