GravityView Nulled is a powerful WordPress plugin that enhances Gravity Forms by allowing you to display form entries on your website in a customizable and user-friendly layout. With features like drag-and-drop design, multiple view options, and advanced filtering, it transforms your data into interactive and professional displays effortlessly.
GravityView Free Download
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
attribute to `\GravityView_View::render()` for setting a
global in View templates. - Updated Search Bar templates to use the new global
variable instead of
:->search_fields
→['search_fields']
->permalink_fields
→['permalink_fields']
->search_layout
→['search_layout']
->search_mode
→['search_mode']
->search_class
→['search_class']
->search_clear
→['search_clear']
- Added
gk/gravityview/search/additional-reserved-args
filter to add additional reserved arguments for the Search Bar widget.