GravityView – Display Gravity Forms Entries on Your Website

GravityView + All Addons Pack

GravityView – Display Gravity Forms Entries on Your Website is a WordPress Plugin being distributed by Gravityview.

Build simple directories or powerful applications using your form entries. No programming required.

GravityView - Display Gravity Forms Entries on Your Website

 on March 9, 2021
A beautiful visual refresh for the View editor!
Brand new field picker for more easily creating your View
Visually see when Single Entry and Edit Entry layouts haven't been configured
See at a glance which fields link to Single Entry and Edit Entry
Manage and activate layouts from the View editor
Added: Show a notice when Show only approve entries setting is enabled for a View and no entries are displayed because of the setting
Added: Custom Content now supports syntax highlighting, making it much easier to write HTML (to disable, click on the Users sidebar menu, select Profile. Check the box labeled Disable syntax highlighting when editing code and save your profile)
Added: Warning when leaving Edit View screen if there are unsaved changes
Added: See the details of the current field while configuring field settings
Added: Clear all link to remove all fields from the View editor at once
Fixed: It was possible to drag and drop a field while the field settings screen was showing. Now it's not!
Fixed: See when fields have been deleted from a form
New: Brand-new lightbox script, now using Fancybox. It's fast, it's beautiful, and mobile-optimized.
Fixes issue with Gravity Forms images not loading in lightboxes due to secure URLs
Ready for Gravity Forms 2.5!
Added: Better support for the Consent field
Improved layout of the Manage Add-Ons screen
Added a Refresh link to the Manage Add-Ons screen. This is helpful if you've upgraded your license and are ready to get started!
Allow enabling/disabling installed add-ons regardless of license status
Added: A dropdown in the All Views screen to filter Views by the layout (Table, List, DataTables, DIY, Map, etc.)
Added: Export entries in TSV format by adding /tsv/ to the View URL
Fixed: Approval Status field contains HTML in CSV and TSV exports
Fixed: Updating an entry associated with an unactivated user (Gravity Forms User Registration) would also change entry creator's information
Fixed: PHP warning The magic method must have public visibility appearing in PHP 8.0
Fixed: PHP notice Undefined property: stdClass::$icons appearing on Plugins page
Fixed: At least one field must be filled out validation errors (thanks Gravity PDF!)
Developer Updates:New: FancyBox is now being used for the lightbox
Thickbox is no longer used
Modify settings using gravityview/lightbox/provider/fancybox/settings
See options available here
If you prefer, a Featherlight lightbox option is available
Easily add support for your own lightbox script by extending the new GravityView_Lightbox_Provider abstract class (the Featherbox lightbox script is a good example).
Modified: Formally deprecated the mis-spelled gravity_view_lightbox_script and gravity_view_lightbox_style filters in favor of gravityview_lightbox_script and gravityview_lightbox_style (finally!)
Fixed: gravityview_lightbox_script filter wasn't being applied
Removed gravityview/fields/fileupload/allow_insecure_lightbox filter, since it's no longer needed
Modified: $_GET args are now passed to links by default.
Added: Prevent entry links (single, edit, duplicate) from including $_GET query args by returning false to the filter gravityview/entry_link/add_query_args
Added: Prevent entry links being added to delete links by returning false to the filter gravityview/delete-entry/add_query_args
Added: gv_get_query_args() function to return $_GET query args, with reserved args removed
Added: gravityview/api/reserved_query_args filter to modify internal reserved URL query args
Added: field-is_approved-html.php and field-is_approved-csv.php template files for the Is Approved field
Modified: Removed
Modified: templates/fields/field-entry_link-html.php template to add gv_get_query_args() functionality
Breaking CSS change: Removed .gv-list-view CSS class from the List layout container <div>. The CSS class was also used in the looped entry containers, making it hard to style. This issue was introduced in GravityView 2.0. For background, see the GitHub issue.

Download Now GravityView – Display Gravity Forms Entries on Your Website for $4.98. You’ll receive the exact .zip file you would download from the original author. save up-to 95%.

You must log in to submit a review.

GravityView – Display Gravity Forms Entries on Your Website is a WordPress Plugin being distributed by Gravityview.

Build simple directories or powerful applications using your form entries. No programming required.

GravityView - Display Gravity Forms Entries on Your Website

 on March 9, 2021
A beautiful visual refresh for the View editor!
Brand new field picker for more easily creating your View
Visually see when Single Entry and Edit Entry layouts haven't been configured
See at a glance which fields link to Single Entry and Edit Entry
Manage and activate layouts from the View editor
Added: Show a notice when Show only approve entries setting is enabled for a View and no entries are displayed because of the setting
Added: Custom Content now supports syntax highlighting, making it much easier to write HTML (to disable, click on the Users sidebar menu, select Profile. Check the box labeled Disable syntax highlighting when editing code and save your profile)
Added: Warning when leaving Edit View screen if there are unsaved changes
Added: See the details of the current field while configuring field settings
Added: Clear all link to remove all fields from the View editor at once
Fixed: It was possible to drag and drop a field while the field settings screen was showing. Now it's not!
Fixed: See when fields have been deleted from a form
New: Brand-new lightbox script, now using Fancybox. It's fast, it's beautiful, and mobile-optimized.
Fixes issue with Gravity Forms images not loading in lightboxes due to secure URLs
Ready for Gravity Forms 2.5!
Added: Better support for the Consent field
Improved layout of the Manage Add-Ons screen
Added a Refresh link to the Manage Add-Ons screen. This is helpful if you've upgraded your license and are ready to get started!
Allow enabling/disabling installed add-ons regardless of license status
Added: A dropdown in the All Views screen to filter Views by the layout (Table, List, DataTables, DIY, Map, etc.)
Added: Export entries in TSV format by adding /tsv/ to the View URL
Fixed: Approval Status field contains HTML in CSV and TSV exports
Fixed: Updating an entry associated with an unactivated user (Gravity Forms User Registration) would also change entry creator's information
Fixed: PHP warning The magic method must have public visibility appearing in PHP 8.0
Fixed: PHP notice Undefined property: stdClass::$icons appearing on Plugins page
Fixed: At least one field must be filled out validation errors (thanks Gravity PDF!)
Developer Updates:New: FancyBox is now being used for the lightbox
Thickbox is no longer used
Modify settings using gravityview/lightbox/provider/fancybox/settings
See options available here
If you prefer, a Featherlight lightbox option is available
Easily add support for your own lightbox script by extending the new GravityView_Lightbox_Provider abstract class (the Featherbox lightbox script is a good example).
Modified: Formally deprecated the mis-spelled gravity_view_lightbox_script and gravity_view_lightbox_style filters in favor of gravityview_lightbox_script and gravityview_lightbox_style (finally!)
Fixed: gravityview_lightbox_script filter wasn't being applied
Removed gravityview/fields/fileupload/allow_insecure_lightbox filter, since it's no longer needed
Modified: $_GET args are now passed to links by default.
Added: Prevent entry links (single, edit, duplicate) from including $_GET query args by returning false to the filter gravityview/entry_link/add_query_args
Added: Prevent entry links being added to delete links by returning false to the filter gravityview/delete-entry/add_query_args
Added: gv_get_query_args() function to return $_GET query args, with reserved args removed
Added: gravityview/api/reserved_query_args filter to modify internal reserved URL query args
Added: field-is_approved-html.php and field-is_approved-csv.php template files for the Is Approved field
Modified: Removed
Modified: templates/fields/field-entry_link-html.php template to add gv_get_query_args() functionality
Breaking CSS change: Removed .gv-list-view CSS class from the List layout container <div>. The CSS class was also used in the looped entry containers, making it hard to style. This issue was introduced in GravityView 2.0. For background, see the GitHub issue.

Download Now GravityView – Display Gravity Forms Entries on Your Website for $4.98. You’ll receive the exact .zip file you would download from the original author. save up-to 95%.

You must log in to submit a review.

We believe in the open source community and believe that WordPress should be available and affordable to all. Unfortunately premium plugin and theme authors refuse to decouple support from the code, they won’t set regional price differences and they rarely offer discounts to students, low waged or the young. We are providing a third way by redistributing the code without any unneeded extras.
As many as you like. The plugins and themes are GPL licenced so you can use them as often as you like on as many sites as you like. Got a friend who's building a site? Go share them with your friend. Seriously, there are no catches.

All WordPress and Joomla items such as plugins and themes are licensed under the General Public Licence (GPL). This means that once we have purchased the item we are free to redistribute it if we choose to do so.

Your membership or individual purchase(s) to our site goes towards maintaining and buying the subscriptions to 3rd party theme and plugin authors. This form of crowd funding helps keep prices low and we can then pass this benefit on to you. Our 'about us' page explains things in more detail.

Basically Not. But We provide basic support for installing plugins and themes. If you require technical support regarding a theme or plugin then you will need to either purchase the product directly from the author (a link is provided in the product page) or you will need to hire a freelancer to take a look for you. Alternatively you could ask us for paid help.

Not offering support is the way in which we are able to offer the products at the discounted price.

Unfortunately, we’ve had to take another look at this because we felt the fair use policy was being abused. We maintain a Fair Use Policy:

Any membership plan holder can download defined amount of downloads daily.

Yes, 100%. We have active subscriptions to all the authors of the products featured on our website. We just download from them and redistribute to you. The downloads are not altered in any way.
Definitely. Under the GPL licence you're free to keep them if you want. The only thing to be aware of is that if you want access to any future updates then you’ll need to have an active subscription with us. And the single purchase comes with Life Time Updates!

Yes. As soon as we are notified about an update, we go and download it from the author and update it on our site. We send regular emails advising when products have been updated so please be sure to provide an active email address when you sign up.

You can also see our regular updates by visiting our changelog.

No. Sorry we're going to have to be a little hard on this one. The nature of digital media means that once you have downloaded a plugin or theme there's really no way to 'return' it. So all payments at DownYourScript.com are non refundable and any request or dispute will be rejetcted without any communication. Though we can assure you of best possible 24*7 access to our website, but sometimes downtime can happen which may hamper services. Further more if you think you might have some doubts then why not just subscribe for a month before committing to a longer subscription?
If it's GPL then we can try! Drop us a line using Request From and let us know what item(s) you would like adding to our directory. We try and bring new items into the site each month based on how many users are requesting the item. Look forward to hearing from you.
We can't and won't provide/lease/release/resell license keys. All the products offered in this website are licensed under GNU GPL License. You do not need any license keys to use them in as many of your projects you need. This plugins and themes only require license keys to get automatic updates or support from their authors.
Of course. You're not locked into anything. You can cancel your subscription by logging into the members area and visiting the subscriptions link. If you have any problems then let us know and we'll be happy to cancel it for you. No questions asked. Even most of our membership Basically for one time payment.
We would recommend that you do NOT use a download manager to download files. Download managers send multiple requests and create multiple connections to the server in a short space of time. The server has no way of knowing that the traffic is generated by software and so each request will count as a download and may result in you exceeding any download limits that are in place.
Definitly, You can request for update from the product indivisual page you will find a button Click To Request Item Update! (if you are logged in user) Or you can open ticket, and we will update asap in business day. ( Normally in less than 24 hours, except holidays period )
You can use this plugin WP Hide Plugin Updates and Warnings ( Very useful )
We will reply your ticket within 24 hours (In rare case, can be longer) and only in business day (Monday to Friday).

$4.98

$

  • Item Version: v2.13.1
  • Updated: September 30, 2021
  • Original Product!
  • Untouched and Unmodified!
  • 100% Safe
  • Freedom of Use
  • Regular Updates
  • Standard Support This is a secure SSL encrypted payment. Credit Card Certificate