GravityView - Display Gravity Forms Entries on Your Websites

GravityView - Display Gravity Forms Entries on Your Websites v2.43.1 Nulled

  • Author Author kashif
  • Creation date Creation date

2.42 on July 10, 2025​

This update delivers a major overhaul of the Search Bar widget, offering significantly more flexibility in how search fields are displayed and configured, along with new developer features and improved template handling for easier customization.

🚀 Added​

  • A new search_visible_fields setting that restricts "Search Everything" searches to visible View fields.
  • The Search Bar widget can now be configured with different row types, just like the Layout Builder.
  • Advanced search fields are shown in a collapsible section, hidden by default for a cleaner interface.
  • A dedicated Search Button field for more flexible placement.
  • Added a Search Mode field (can be hidden or shown as radio buttons).
  • Hide individual search fields based on user role.
  • Sieving can now be set on a per-field basis for choice search fields.
  • More granular control over search fields with specific settings for each one.

💻 Developer Updates​

  • Added gk/gravityview/widget/search/visible_fields_only filter to modify whether "Search Everything" searches are limited for a View.
  • Added a fourth $data attribute to GravityView_View::render() for setting a $data global in View templates.
  • Updated Search Bar templates to use the new global $data variable instead of $gravityview_view:
    • $gravityview_view->search_fields → $data['search_fields']
    • $gravityview_view->permalink_fields → $data['permalink_fields']
    • $gravityview_view->search_layout → $data['search_layout']
    • $gravityview_view->search_mode → $data['search_mode']
    • $gravityview_view->search_class → $data['search_class']
    • $gravityview_view->search_clear → $data['search_clear']
  • Added gk/gravityview/search/additional-reserved-args filter to add additional reserved arguments for the Search Bar widget.
= 2.17.1 on February 20, 2023 =
* Updated: [Foundation](https://www.gravitykit.com/foundation/) to version 1.0.9
= 2.17 on February 13, 2023 =

**Note: GravityView now requires PHP 7.2 or newer**


* It's faster than ever to create a new View! (Table and DataTables View types only)
- Fields configured in the [Gravity Forms Entry Columns](https://docs.gravityforms.com/entries/#h-entry-columns) are added to the Multiple Entries layout
- The first field in the Multiple Entries layout is linked to the Single Entry layout
- All form fields are added to the Single Entry layout
- An Edit Entry Link field is added to the bottom of the Single Entry layout
* Added: New "No Entries Behavior" setting: when a View has no entries visible to the current user, you can now choose to display a message, show a Gravity Forms form, or redirect to a URL
* Modified: The field picker now uses Gravity Forms field icons
* Fixed: ["Pre-filter choices"](https://docs.gravitykit.com/article/701-show-choices-that-exist) Search Bar setting not working for Address fields


* Fixed: `[gventry]` shortcode not working the Entry ID is set to "first" or "last"
* Fixed: Fatal error when using the Gravity Forms Survey Add-On
* Tweak: The field picker in the View editor now uses Gravity Forms field icons

__Developer Updates:__

* Modified: If you use the `gravityview/template/text/no_entries` or `gravitview_no_entries_text` filters, the output is now passed through the `wpautop()` function prior to applying the filters, not after
* Added `$unformatted_output` parameter to the `gravityview/template/text/no_entries` filter to return the original value before being passed through `wpautop()`
* Modified: Container classes for no results output change based on the "No Entries Behavior" setting:
- `.gv-no-results.gv-no-results-text` when set to "Show a Message"
- `.gv-no-results.gv-no-results-form` when set to "Display a Form"
- Updated `templates/views/list/list-body.php`, `templates/views/table/table-body.php`
* Added: `$form_id` parameter to `gravityview_get_directory_fields()` function and `GVCommon::get_directory_fields()` method
= v2.16.6 on January 12, 2023 =
* Fixed: Fatal error due to an uncaught PHP exception
* Fixed: It was not possible to select any content inside the field settings window in the View editor
= 2.16.5 on January 5, 2023 =

* Updated: [Foundation](https://www.gravitykit.com/foundation/) to version 1.0.8
* Improved: Internal changes to allow using Custom Content fields on the Edit Screen with the [DIY Layout](https://www.gravitykit.com/extensions/diy-layout/)
Top