GravityView Ideas
118 results found
-
Bulk update/edit icons in entries
So it looks awesome on maps, I would like in the bulk edit option to be able to bulk update icons, so "everyone in this category . . they are now this icon" and this then plays out on the map
1 voteVersion 1.9 of Maps has this feature—check out the article on how to set up marker icons.
-
Add "View Previous / Next Entry" links to the Single Entry View.
Separating this from "Edit Entry in Lightbox" idea because it deserves its own.
Adding single entry prev/next navigation to Single Entry view would be huge.
5 votesHey folks, we've finally implemented in GravityView the ability to open and edit entry details in a lightbox (modal/popup).
This functionality was released on version 2.29, and you can read more about that here: https://docs.gravitykit.com/article/1020-opening-and-editing-entry-details-in-a-lightbox-modal-popup
-
Add yesterday as a filter option
In addition to "today" and "tomorrow", add "yesterday" as a filter option for multi view.
1 vote -
Inline Edit File Upload
I want to be able to modify and add images in a download field.
1 voteWe have integrated inline file uploading support to GravityEdit 1.8!
Thanks for your vote on this feature.
-
Add additional API export formats like TAB delimited csv
The API available to views currently supports only csv with comma delimiting. I would very much benefit from being able to export TAB delimited files (or even excel).
As you may appreciate BI tools have gained a great deal of populatiry in recent years, and in some cases they work better with TAB rather than COMMA delimited files. Sometimes it's just useful to have an option for when one format is causing issues (I'm looking at you, Tableau).
1 voteThank you for the feedback! I’m glad to report that in the next major release of GravityView, we’re supporting TSV export in addition to CSV.
This support extends to our REST API as well.
Thanks for the suggestion!
-
gravityview_get_entry() doesn’t work
https://docs.gravityview.co/article/211-opengraph-meta-tags-single-view-wordpress-seo-plugin
For me this code doesn’t work:
// Get Entry
$entry = gravityviewgetentry( $entry_id );
if (! $entry ) {
return $title;
}Changing it to this fixes it:
// Get Entry
$entry = gravityviewgetentry( $entry_id, true, false );
if (! $entry ) {
return $title;
}Additionally, your og:image code doesn’t work and I haven’t bothered to debug that!
1 voteThanks for the heads-up! I’ve fixed the code in the doc.
For the `og:image` code, please contact support (support@gravityview.co) and we’ll help get that working!
-
Ability to add custom icons to "map icon picker" on Gravity Form
For the "map icon picker" option on the Gravity Form -I would love to be able to add custom icons instead of using the ones that are provided. I have about 6 different icons I want to use based on the different types of businesses on the map.
3 votes -
1 vote
Thanks for your feedback on GravityView!
I wanted to let you know that since Version 2.9 in July 2020, you are able to sort by the date an entry was updated.
Sorry for not updating you sooner, but thank you for your feedback!
-
Add [gv_math] filter by logged in user
When doing calculations for GF entries with [gv_math] it would be great, if the entries the calculation is based on, could be limited to the currently logged in user.
3 votes -
Work with Gravity Forms Chained Selects
Gravity Forms includes a Chained Selects field type. Gravity View is able to treat these field types as "text" when implementing a search, but probably should treat them like Dropdown Select Lists as this is how they are implemented in Gravity Forms.
Chained Selects can be seen here: https://www.gravityforms.com/add-ons/chained-selects/
5 votes -
Improved [gv_math] filters
It would be nice to be able to filter other than specific fields in [gvmath], for example datecreated. Like this:
[gvmath scope="form" id="<id>" filter="datecreated=yyyy-mm-dd&op=gt"] {My field:<id>} [/gv_math]
1 voteHi Terje, that’s possible now, sorry for not updating you!
Read more: https://docs.gravityview.co/article/295-math-shortcode#filters
-
Add number 1, 2, 3, 4... to the column 1 to be able to count easily the number of participants to an event
Add number 1, 2, 3, 4... to the column 1 to be able to count easily the number of participants to an event
1 voteThanks for the idea of adding a sequence field to GravityView!
Just to follow up, we added a Sequence Number field in July 2019 that does this as well as a {sequence} Merge Tag that you can use in a Custom Content field.
Thanks again for sharing your feedback.
-
Nested Views
Original idea: https://gravitywiz.com/documentation/gravity-forms-nested-forms/
Sometimes you need to create "child" entries from a "parent" view. To see those child entries you need to create another independent view. It would be great that you can see those child entries nested in its parent view. For example you can have "Projects" as a parent view and "Invoices" as (a view of) child entries created from each "project". With nested views it would be possible to see inside each "project" its own "invoices".
Or maybe it is just a matter to make Gravity View compatible with: https://gravitywiz.com/documentation/gravity-forms-nested-forms/
Regards!
23 votesI’m pleased to share that our friends at Gravity Wiz have added support for GravityView to their excellent Nested Forms plugin! Learn more about the 1.0 beta 8 release here: https://gravitywiz.com/gravity-wiz-weekly-76/
You can get access to Nested Forms here: https://gravitywiz.com/pricing/
-
Enable inline edit on a field by field basis
Right now the inline editor extension is activated across the entire view, but it would be great if this could be enabled on a field by field basis in its settings area.
7 votesWe're excited to let you know that we've added the ability to enable Inline Edit per-field when editing on the front-end in GravityView!👋
We're going to be releasing this update in January 2022, but the development is done. If you would like early access and have an Inline Edit license, please send an email to support@gravityview.co.
-
7 votes
Thanks for voting for radius search in GravityView! I wanted to confirm that this functionality was added in Maps 2.0 in April 2023.
If you have any questions or further ideas, please share!
-
Allow AND condition on GVLOGIC, please
it is very very helpful if, AND condition will be included on If- Else statement of gvlogic
18 votesGood news!
In the next update of GravityView, you’ll be able to use AND or OR statements inside the [gvlogic] shortcode.
• Use && to match all values: [gvlogic if=“abc” contains=“a&&b”]
• Use || to match any values: [gvlogic if=“abc” equals=“abc||efg”]The next release will be coming out within a week; keep your eyes out for it.
Thanks for voting for this feature.
-
set up different view types between Multiple Entries and Single Entry
for example the Multiple Entries view is set as a Table View, but when drilling into an entry it is formatted as a List View.
Would be helpful for form entries with many entries, each with a lot of fields as a simplified summary could be shown via the Table View, but a formatted summary of the entry with Subheadings and Listing Titles is displayed when selecting the individual entry.13 votesWe're glad to report that you're now able to switch view types between Multiple Entries and Single Entry layouts!
This feature was added in GravityView 2.24. Learn more about the feature.
Thanks for voting for this feature!
-
Admin be notified of a deleted Entry
When a user deletes an entry, the admin is notified that the user has deleted the entry through a notification email
5 votesThis was implemented in GravityView version 2.19.6.
-
Allow a user to clone/duplicate a single entry in frontend
Allow user to duplicate an entry they created.
4 votesWe added Duplicate Entries functionality in GravityView 2.5—you can now click a link in GravityView to easily clone an entry!
Read how to do this here: https://docs.gravityview.co/article/663-duplicate-an-entry
-
Map View - Geo Locate
It would be GREAT if the maps view geolocated to the user looking at it. From a PC or a Mobile.
It would be even better if when it geolocated, (in multiple view) it only showed the listings (below the map) of the listings in the geolocated view!
Also - it would be very cool if when someone ZOOMS in on a map, the listings below only show the pins that show in the zoomed in map.
Cheers,
Gil14 votesIn Maps version 3.1, we introduced the Request Location setting, which—when enabled—prompts users for their location and automatically triggers a radius search to show nearby listings.
As for dynamically filtering listings based on zooming and panning, we added this funtionality in Maps 2.0, along with address field autocomplete. You can read about that functionality here.
- Don't see your idea?