by Zack Katz
3.4 (34 reviews)
Gravity Forms Directory
Add directory capabilities and other functionality to the great Gravity Forms plugin.
Tested up to WP 5.6 (Current: 7.0.2)
v4.2
Current Version v4.2
Updated 5 years ago
Last Update on 07 Dec, 2020
Refreshed 13 hours ago
Last Refreshed on
Rank
#8,458
+19 this week
Active Installs
600+
—
No change
KW Avg Position
N/A
—
No change
Downloads
185.4K
+5 today
Support Resolved
0%
—
No change
Rating
68%
Review 3.4 out of 5
3.4
(34 reviews)
Next Milestone 700
600+
700+
821
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Need 67 more installs to reach 700+
Rank Changes
Current
#8,458
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
3.4
34 reviews
Overall
68%
5
12
(35%)
4
6
(18%)
3
3
(9%)
2
4
(12%)
1
9
(26%)
Tracked Keywords
Showing 0 of 0| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| No keyword data available yet. | ||||
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 4.2
- Last Updated
- Dec 07, 2020
- Requires WP
- 4.4+
- Tested Up To
- 5.6
- PHP Version
- N/A
- Author
- Zack Katz
Support & Rating
- Rating
- ★ ★ ★ ☆ ☆ 3.4
- Reviews
- 34
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
Adminify – White Label, Admin Menu Editor, Login Customizer
7K+ installs
#2,724
Master Addons for Elementor – Elementor Addons, Widgets, Mega Menu Builder, Popup Builder, Widget Builder & Template Kits
30K+ installs
#988
Widgets for Google Reviews
900K+ installs
#68
GiveWP - Donation Plugin and Fundraising Platform
100K+ installs
#365
Event Tickets and Registration
90K+ installs
#481
Frequently Asked Questions
Common questions about Gravity Forms Directory
Choose whether you would like the field to be a link to the Single Entry View; Hide the field in Directory View; and Hide the field in Single Entry View Enable using the field as an advanced search filter
Edit the Gravity Forms form you'd like to configure a Directory for Click "Directory Columns" In the Form Editor toolbar (near the top-center of the page) Drag & drop the fields in the order you'd like them to appear in the directory Drag from the right ("Hidden Columns") side to the left ("Visible Columns") side. Click the "Save" button Voila!
If the field is a text field, a text search input will be added that will search only this field. Otherwise, the field choices will be used to populate a dropdown menu search input. Example: if the "Vehicle Make" field has choices "Ford", "Chevy", and "Toyota", the search dropdown options will have those items as choices in a dropdown search field. If "Ford" is selected and the search form is submitted, only entries with the Vehicle Make of "Ford" will be shown. To enable a field as a search filter, view "How do I add a field as a Directory Search filter?" below.
Edit the Gravity Forms form you'd like to configure a Directory for Click the bar on the top of the field to expand the field Click the "Directory" tab Check the box that says "Use this field as a search filter" Click "Update Form" to save the form
The plugin is fully translatable. Go here to contribute a translation and we will include it in the next update!
Add the following to your theme's functions.php file: add_filter('kws_gf_directory_lightbox_settings_rel', 'turn_off_directory_lightbox_grouping'); function turn_off_directory_lightbox_grouping() { return 'nofollow'; }
Turn on the limituser setting, then add the following to your theme's functions.php file: add_filter('kws_gf_treat_not_logged_in_as_user', '__return_false');
The sort attribute allows you to sort by an ID. To find the field ID, On the Gravity Forms ìEdit Formsî page, hover over the form and click the link called "IDs" that appears. If you want to sort by last name, you find the last name id (1.6 for example). Then, you add sort="1.6" to your [directory] shortcode. Your shortcode could then look something like [directory form="1" sort="1.6"]
You can! Add the following to your theme's functions.php file: add_filter('kws_gf_directory_endpoint', 'different_directory_endpoint'); function different_directory_endpoint($endpoint) { return 'example'; // Use your preferred text here. Note: punctuation may screw things up. }
You will see a drop-down input titled "Change Entry Creator" in the Edit Entry "Info" box when you are editing an entry on your site. Change the user in the dropdown, then click the Update button to commit the changes. Only users with entry entry editing capability will be able to see the drop-down and edit the entry (the gravityforms_edit_entries capability) Select a new user from the drop-down, update the entry, and the entry creator will be updated. A note will be added to the entry with the following information: