GravityView Ideas
111 results found
-
Advance editor
When you start a new view I would like to have a advance editor where i can move boxes around and decide what should be there.
3 votes -
Add a business listing template design like Yelp
It's hard to get the output looking good - it would be nice to have a predesigned template designed for business layout.
3 votes -
Duplicate View
A Clone or Duplicate View option.
2 votes -
Allow/Restrict, Show/Hide fields in edit entry
it will be best option if the feature Allow/Restrict fields in edit. Assume that i have 10 fields in a form with a field named by email address. i don't want user to edit this field cause its unique and i have added a registration previously with this email. now when user edits there entries they would not be able to edit this or some specific fields which i have selected in single entry view settings prior.
The main purpose of the feature will be: user can set which fields will show in edit entry and which field will hide…2 votesThis is now possible in GravityView 1.5, just released!
-
Add a link to Form Entries from Edit View screen and WP bar
It takes multiple steps to view (and approve) entries (Dashboard > Forms > Form used in View > Entries) and I find I often want to go to the Entries page from the Edit View screen. A link from the Edit View screen to the entry listings of the form associated with that view would be very helpful. Also, it would be great to have that link at the top WP bar (where is now has "Edit View") as well.
2 votesForm links have been added Edit View in Version 1.2, coming soon.
Thanks!
Zack -
Allow payment response data to be part of the GV fields
When using GF with a payment gateway, we receive approval/decline and confirmation number from the gateway, e.g.:
Payment Status: Approved
Payment Date: 2014/08/28 at 7:45 am
Transaction Id: XXXXXXXXXIt would be great if GV could pick up those fields as well as the actual form data.
2 votesThis was added to GravityView in 1.1.6, released on September 8.
Thanks!
Zack -
Create different css classes for labels vs. content
It would be very helpful to have all labels be assigned a class (e.g. gv-label) and entry content assigned another class (e.g. gv-content) so that it would be easier to style both. As of now, the only way to style seems to be to use the <h1,2,3,4, etc> and <p> selectors, but this is not ideal. And, a significant problem (maybe more a bug than a feature request), in the footer there are no formatting elements at all so no selectors to style the label differently from the content -- which makes the label run into the content and so…
2 votes -
Include a link or embed your documentation
I'm sure this is on your list, but there's no link to your extensive documentation from within the plugin. I stumbled on your zendesk docs by clicking a random ow.ly link in your twitter stream that looked promising. Can you add or embed the docs?
2 votes -
I want to choose a template for my view
It looks like the view is displayed using the 'blog' template. I'd like to be able to change it to use the 'page' template, or just roll my own. Normally, that's an option when editing a wordpress page/post, but not here. Can you please add that?
2 votes -
Own Entries
Show only own entries like in old directory plugin
2 votesThis is now possible using the Advanced Filtering extension: https://gravityview.co/extensions/advanced-filter/
Read how here: https://gravityview.co/support/documentation/200910459/
Thanks for the suggestion!
Zack
-
Option to add all form fields a section
It would be great if there was an option to add ALL of the fields to a section rather than selecting one by one.
2 votesThis was added in 1.0.4 – thanks for the suggestion!
-
Custom Sign for empty value
I have added multiple fields. some of my field has value for some entries and also empty value for other entries. Please allow to put a "-" sign or users custom sign for empty value without harming the database.
suppose: i have a field (not mandatory) as "Mobile Number". some entries has filled it also some other entries did not filled it. when i'm showing single or multiple entries view its sowing values for filled entries and empty for not filled entries. i want an option where i can select a sign like "-" if there is any empty value…2 votesThanks for the idea!
In the next update, you’ll be able to use the `gravityview_empty_value` filter to define a custom value for empty fields.
The next update will also add ability to hide empty fields, which will be the default way of handling this issue.
Let me know if you have any questions.
Thanks,
Zack -
New View Preloaded 'templates'
Prefill the multi-entry header and footers with appropriate fields (search up the top, pagination and links down the bottom). It saves time and cuts down on creating new views.
2 votesWe’ve added this functionality in Version 1.6, out now! Thanks for voting for this idea.
Read how to use the feature: http://docs.gravityview.co/article/105-how-to-duplicate-or-copy-a-view
-
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 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.
-
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!
-
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!
-
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!
-
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
- Don't see your idea?