Skip to content

GravityView Ideas

118 results found

  1. Allow bulk edits to entries

    Bulk edit all selected entries from one thing to another (i.e. "Processing" to "Shipped"). Or similar...

    19 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  2. 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 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    We 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!

  3. entry comments

    Allow public comments on individual entries within a view.

    4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    completed  ·  Rafael responded

    There'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

  4. 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 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    This 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:

    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!

  5. 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 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    Hi 👋 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!

  6. 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 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    With 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.

  7. 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 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  8. 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 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    completed  ·  Rafael responded

    Since 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/

  9. 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 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  10. 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 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    Hi 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!

  11. 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 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  12. 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 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  13. 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 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  14. 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 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Admin →
  15. 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 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  16. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    completed  ·  0 comments  ·  Admin →
  17. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    completed  ·  0 comments  ·  Admin →
  18. else if function In gvlogic

    Please add [else if="{another field:123}" is="example"] shortcode in next update.

    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  19. 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 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  20. 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 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  • Don't see your idea?

GravityView Ideas

Categories

Feedback and Knowledge Base