Download GravityView 2.33.2 from nulled fire. GravityView is the best way to display Gravity Forms entries on your website.
  • Added: Entry Approval now features a popover that allows you to select from all approval statuses
  • Fixed: Issues accessing Edit Entry for Views using Multiple Forms
  • Fixed: Issues with Edit Entry where fields were duplicated. This temporarily reverts the conditional logic fix added in 2.3.
  • Fixed: Maps will now properly use global API key settings on Multisite installations
Developer Updates:
  • Fixed: Issues searching Address fields that contain custom states
  • Added: gravityview/approve_entries/popover_placement filter to modify the placement of the approval popover (default: right)
Gravity Forms 2.3 is required. Some functionality will not work if you are using Gravity Forms 2.2. If this affects you, please let us know

  • Added: Multi-Sorting! Example: Sort first by Last Name, then sort those results by First Name Read more about multi-sorting
  • Added: support to easily check user login status – read how it works
  • Added: Dropdown, Radio and Link input support for searching product fields
  • Fixed: Conditional Logic breaks in Edit Entry if the condition field is not present
  • Fixed: Sorting numbers with decimals
  • Fixed: CSV output of List and File Upload fields
  • Fixed: “Hide empty fields” setting not working Product and Quantity fields
  • Fixed: Month and day reversed in multi-input date search fields
  • Fixed: Join issues with embedded Views when using Multiple Forms
  • Fixed: Other Entries empty text override was not working
  • Updated: 100% translated for Dutch, German, and French
Developer Updates:

  • Added: gravityview/search/created_by/text filter to override dropdown and radio text in “created by” search UI
  • Added: gravityview/approve_entries/after_submission filter to prevent is_approvedmeta from being added automatically after entry creation
  • Modified: List and File Upload fields are now output as objects/arrays in REST API JSON
  • Modified: Business Hours field support in CSV and JSON output
  • Fixed: Fatal error when custom templates are loaded without \GV\Template_Context
  • Fixed: Potential PHP warning with PHP 7.2
  • Added notice for users to upgrade to PHP 5.6, since WordPress will be bumping the minimum version soon
  • Added: Support for nested dropdown selection in Search Bar
  • Fixed: State search dropdown type for custom address types
  • Fixed: Don't show Credit Card fields on the Edit Entry screen (#1219)
  • REST API and CSV fixes
    • Fixed: Email field being output as links in CSV
    • Fixed: CSVs could not contain more than one special field (Entry ID, Custom Content, etc.)
    • Fixed: CSV and JSON REST API did not output duplicate headers (Entry ID, Custom Content, etc.)
    • Fixed: JSON REST API endpoint did not render Custom Content fields
    • Modified: In the REST API duplicate keys are now suffixed with (n), for example: id(1), id(2), instead of not showing them at all
  • Updated: Script used to provide built-in Support Port
  • Updated: Russian translation by @awsswa59
Developer Updates:
  • Added: gravityview/edit_entry/before_update hook
  • Added: gravityview/api/field/key filter to customize the generated REST API entry JSON keys
  • Added: gravityview/template/csv/field/raw filter to allow raw output of specific fields
  • Modified: CSV REST API endpoint returns binary data instead of JSON-encoded data