GravityView Ideas
118 results found
-
Allow bulk edits to entries
Bulk edit all selected entries from one thing to another (i.e. "Processing" to "Shipped"). Or similar...
19 votesThank you for sharing your interest in the ability to bulk-edit Gravity Forms entries.
We have an add-on to bulk-edit Gravity Forms entries: it's called GravityActions. Check it out!
-
Calendar View
Allow data to be displayed in a Calendar View, (Premium View) , ideally as a month calendar view and a weekly , daily calendar view with the ability to scroll forward and back to prior or upcoming periods.
52 votesWe have released the Gravity Forms Calendar plugin! ? ?
It’s a really cool plugin:
- Includes three layouts: Grid, Agenda, and List
- Fully customizable event display
Embed as a Gutenberg block, shortcode, or widget
- Includes a GravityView Widget!
- Allows full customization by developers.Learn more on the Calendar page on the GravityView site:
https://gravityview.co/extensions/calendar/Thanks for supporting this idea!
-
entry comments
Allow public comments on individual entries within a view.
4 votesThere's a way to achieve that by embedding a form and a View into the Single Entry page of a View. You can read more about that here: https://docs.gravitykit.com/article/860-creating-a-review-voting-system-by-embedding-a-form-into-a-single-entry
-
Add the ability to send e-mail to user
Add the ability to send e-mail to user at different steps of the process (Receive, in progress, Finished...) Can be automated with logic case...
24 votesThis is a follow-up to GravityView suggestion to allow emailing based on entry status. It is possible to email users during different stages by following steps in these articles:
- https://docs.gravitykit.com/article/488-notification-when-entry-approved
- https://docs.gravitykit.com/article/485-email-notify-entries-updated-gravity-forms
Also, our plugin GravityActions allows you to bulk-email users at any time from the Gravity Forms Entries page. Read the doc for bulk emailing.
Please let us know at hello@gravitykit.com if you have any questions!
-
Edit Entry in Lightbox
I would like to see similar Lightbox functionality in Gravity View as we had in Gravity Forms Directory -- not just the ability to view an image in the lightbox, but the ability to quickly review an entire ENTRY in a lightbox.
... So that when you are viewing a table of submitted entries, you can get a quick glimpse at the details of each one within a lightbox, rather than clicking through entries one by one.
Additionally, it would be great to be able to add "View Previous / Next Entry" links to the Single Entry View.
33 votesHi 👋 Zack here from GravityKit, makers of GravityView. GravityView is the best way to display, edit, and export Gravity Forms entries on your website.
This is a status update about a feature that you have requested: The ability to edit entries in a lightbox in GravityView. This has been—for years!—the top requested feature, and I'm very pleased to share that it's completed.
Viewing and Editing entries in a lightbox was added to GravityView 2.29. You can read about the feature here.
Please respond with any questions. Check it out and let us know what you think!
-
Add the ability to create columns in views. I would like to be able to display views that contained columns, not just rows.
The default view contains two columns in the header and in the footer. This is great although when we want to display content in a specific view it would be nice to be able to add columns so data did not simply have to be displayed as one field per one row.
22 votesWith the release of GravityView 2.34, we’ve introduced the Layout Builder, enabling you to create custom layouts with rows and columns directly in the View editor. This feature allows you to design complex, multi-column layouts without any coding.
To get started, simply select the Layout Builder as your View Type, add rows, and choose from various column configurations to suit your needs. You can easily rearrange sections using drag-and-drop functionality.
We believe this new tool will enhance your experience by providing greater control over your data presentation. If you have any specific use cases or further feedback, we’d love to hear from you to continue improving GravityView.
Learn more about the feature in our announcement blog post and documentation.
-
Add conditional show/hide functionality at the column level
We can show/hide rows conditionally in Gravity View, but GF allows for field-level visibility by conditions. It would be nice if that same logic could be applied to the single-record view of GV
10 votesHello, Zack here from GravityView.
Conditionally showing and hiding fields was proposed in 2014. I’m pleased to report that we added support for field conditional logic in Version 2.1 of our Advanced Filtering extension!
You can read a doc about how it works here: https://docs.gravityview.co/article/753-field-conditional-logic
It’s really slick, I hope you get lots of use from it!
-
Add support for 'date edited'
Add support for 'date edited' as alternative to 'entry date', so that entries can be sorted on basis of most recently updated instead of most recent entry date.
4 votesSince version 2.4, Gravity Forms stores the date when an entry has been edited. GravityView also supports this functionality. https://docs.gravityforms.com/entry-date-merge-tags/
-
Allow some users to download all entries for a form
Allow some users to download all entries for a form, without logging into the Wordpress backend and using the Import/Export option.
8 votesThis is possible with GravityView’s “Allow CSV Access” option: https://docs.gravityview.co/article/491-csv-export
-
gv-list-view with Masonry Layout and Auto-fill
Masonry layouts with auto-fill are all the rage now. A little js and css should make this work easily.
1 voteHi JR, thanks for the feedback! We have done this with the DIY Layout plugin. https://demo.gravityview.co/view/diy/
View the source and you’ll see the relevant code:
```
// Fixed Layout
var $grid = $(‘.gv-diy-container’).isotope({
// options…
itemSelector: ‘.gv-diy-view’,
masonry: {
columnWidth: 150
}
});// layout Isotope after each image loads
$grid.imagesLoaded().progress( function() {
$grid.isotope(‘layout’);
});
```Thanks!
-
Show only unnaproved entries option in view settings
I have the Advanced Filtering add on and can set a filter to show only "Unapproved" entries, however using this option does not allow me to search all entries using the search widget.
I want to be able to have the view to show only "Unapproved" entries but still be able to perform a search (Using the search widget) to search for all entries in that view regardless of the of the approval status.
This will be for a user to Approve or Disapprove entries without having the clutter of Approved entries, whilst being able to search for an already…1 voteThanks for your feedback! This is possible with Advanced Filters 1.3—check out a how-to here: https://docs.gravityview.co/article/470-filtering-by-entry-approval-status
-
Entry Update Logs
Entry update logging. When a user updates an entry, it creates a log with the date updated, previous field values and new field values along with the logged in username that made the change.
1 voteThis is now possible with our Entry Revisions plugin! https://gravityview.co/extensions/entry-revisions/
-
Option for re-approval of user edited entry
Feature to require approval of admin before making viewable in table is good. However if user edits entry after approval it does not reset the approval required option. Therefore once initially approved, user edited entries just show up and are viewable without further or re-admin review and approval. Option to force re-approval of admin before edited entry is viewable would be nice.
1 voteThanks for the feedback! This was added to GravityView core.
-
Allow viewer to change page_size with a number range dropdown.
Some of my employees want to see only 40 entries on a view, others want to see all more in the same view.
1 voteThis was added in GravityView 2.1!
-
Enable the ability to sort entries from the front end
Enable the ability to sort entries from the front end, where users can choose to sort entries alphabetically, or by field etc.
1 voteThanks for the feedback!
You can sort GravityView tables by following this how-to: https://docs.gravityview.co/article/230-enabling-the-table-column-sorting-feature
-
Allow more than one address field per entry in multiple entries map
My member directory allows each user to list a primary office location and a secondary office location. Both are address fields. However, the multiple entries map only allows for one address field to serve as input for the map. As such, my users are asking for their secondary office locations to show up on the map as well. I would appreciate this functionality being considered. Thank you!
1 vote -
Filter by user id
This will allow gravity view to be used by e-learning sites, allowing users to view their test submission (and the answers if configured in the notifications). Integrating this with the save and continue feature would be fantastic.
1 vote -
else if function In gvlogic
Please add [else if="{another field:123}" is="example"] shortcode in next update.
3 votesThanks for sharing this idea—we added this [else if] functionality in GravityView Version 1.21.2!
-
Allow more than one address field in Map View
It would be great if GV could create map markers from more than one address field with different map icons on the same map.
3 votesThis is possible with Maps 1.6! Read more here: https://gravityview.co/maps-1-6-cluster-improvements/
-
Ability to display all all entries when selecint map markers with same location
If locations are identical, for example, when only collecting city, state, zip code, can all locations be displayed when selecting map marker
1 voteThis is now possible with our Spiderfy Markers capability: https://gravityview.co/maps-1-6-cluster-improvements/
- Don't see your idea?