Gravity Forms Entry Blocks

tick Recently Updated  tick Well Documented

Gravity Forms Entry Blocks

The easiest way to display and edit Gravity Forms entries.

Original price was: Rs4,838.00.Current price is: Rs410.00. for 1 year

Price is in US dollars and excludes tax and handling fees

  • Verified from VirusTotal
  • 100% Original Product and Virus Free.
  • Regular Update. 

Verified From

Virus Total Logo

Payment Methods Cards
18 Items sold in last 24 hours
Last Update Date: December 4, 2023

Description

Gravity Forms Entry Blocks

The easiest way to display and edit Gravity Forms entries.

Early Access

This perk is still undergoing active development as we progress towards a public beta. It is available for early access to any Gravity Perks customer.

What does it do?

Gravity Forms Entry Blocks adds a new block to the WordPress Block Editor for displaying and editing entries. Use a standard variation like the Entries Table to display a list of your entries or completely customize your layout with the Entries Loop and hundreds of supported blocks.

Features

  • Display Gravity Forms entries on the frontend.
    Let users view entries anywhere on your site. Display entries in pages, posts, and even widgets!
  • Edit entries with ease.
    Edit (and delete) entry data on the frontend without requiring access to the WordPress backend.
  • Fully customizable layouts with multiple default variations.
    Display entries in a table or build your own block-based layout with the Entries Loop.
  • Harness the power of the Block Editor.
    Built for the Block Editor with support for hundreds of blocks out of the box.
  • Automatic updates.
    Get updates and the latest features right in your dashboard.
  • Legendary support.
    We’re here to help! And we mean it.

Documentation

  1. How do I enable this functionality?
  2. Layouts
    1. Entries Table
      1. Managing Columns
      2. Custom Columns
    2. Entries Loop
      1. Customizing the Entries Loop
    3. Entries Loop and Table Views
    4. Edit Single Entry
      1. Notifications when Editing
      2. Feed Handling when Editing
    5. Single Entry
  3. Entry Query
  4. Filters Block
  5. Permissions
    1. Who can view entries?
    2. Who can edit entries?
  6. Using Entry Blocks in the classic editor and other page builders.
  7. Known Limitations
  8. Integrations
    1. Gravity PDF
  9. Hooks

How do I enable this functionality?

After installing and activating Gravity Forms Entry Blocks, the Gravity Forms Entries block will be available within the Block Editor.

Gravity Forms Entry Blocks Add a new Gravity Forms Entries block to your post.
Gravity Forms Entry Blocks Select your form.
Gravity Forms Entry Blocks Choose a layout variation.

Layouts

GF Entry Blocks offers four layout variations: Entries Loop, Entries Table, Edit Single Entry, and Single Entry. The variation is selected when adding the block to the page.

Gravity Forms Entry Blocks

Entries Table

The Entries Table variation displays entries in a table format. This is a great way to display lots of entries on a single page.

Gravity Forms Entry Blocks

Managing Columns

Columns can be managed using the Summary Columns setting. By default, three columns are displayed: Entry ID, Edit Link, View Link.

Gravity Forms Entry Blocks

Add any form field as an additional column by selecting it from the columns dropdown. Once added, you can drag-and-drop the column into the desired order.

Remove a column by clicking the remove icon for the column you wish to remove.

Custom Columns

Custom columns allow you to include custom content (including merge tags) as a column in your table. To add a custom column, select the Custom option from the columns dropdown.

Gravity Forms Entry Blocks

Once added, click the wrench icon to launch the custom column modal.

Gravity Forms Entry Blocks

Custom columns can contain static content, merge tags, and HTML. For example, you could insert this into a custom column to create an edit link that displays the Entry ID:

 

<a href="{edit_url}">{entry_id}</a>

 

Entries Loop

The Entries Loop variation displays entries using the {all_fields} merge tag. Each entry’s values are rendered the same as they are when the {all_fields} merge tag is inserted into a form confirmation or notification. By default, each entry will include a View and Edit link below the entry values.

Gravity Forms Entry Blocks

To customize the layout of the {all_fields} merge tag, check out our All Fields Template.
Customizing the Entries Loop

The Entries Loop is powered by merge tags. Adding or removing merge tags changes what is displayed. By default, the three merge tags displayed are: {all_fields}{view_link}, and {edit_link}.

Gravity Forms Entry Blocks

Click on the Entries Loop block to edit the merge tags for the block. Additional merge tags can be found under the merge tag icon.

Gravity Forms Entry Blocks

Entries Loop and Table Views

The Entries Loop and Table layout variations consist of three views: Entries View, Single Entry View, and Edit Entry View. Each of these views can be customized using the Block Editor. To switch between the views, select the view from the block toolbar.

Gravity Forms Entry Blocks

Edit Single Entry

The Edit Single Entry variation will display the form with a single entry pre-populated. This is identical to the Single Entry View that is available in the Entries Loop and Table variations layout, except it is limited to a single entry. By default, the entry displayed is the most recent one submitted.

Gravity Forms Entry Blocks

To modify which single entry is displayed, modify the Entry Query setting.
Notifications when Editing

When editing an entry via Entry Blocks, the the “Entry Edited via Entry Block” notification event is triggered. Any notification configured for this event will be sent when an entry is edited via Entry Blocks.

Gravity Forms Entry Blocks

Feed Handling when Editing

Feeds are not processed when an entry is edited via Entry Blocks. If you have a use case that requires this, we’d love to hear about it.

Single Entry

The Single Entry variation displays a single entry using the {all_fields} merge tag. This is identical to how the Entries Loop displays entries, but is limited to a single entry. Like the Edit Single Entry variation, it defaults to the most recent entry.

Entry Query

The Entry Query determines what entries are displayed in GF Entry Blocks. Each block can have its own query and supports filtering, ordering, and limits. To modify the query on a block, first select the block, then click on the Entry Blocks icon.

Gravity Forms Entry Blocks

Some of the GP Entry Blocks views are groups. If you select a single item in the group, you’ll first need to select the entire group before the GP Entry Blocks icon will display.

Once the block is selected, find the Entry Query setting on the right side of the editor.

Gravity Forms Entry Blocks

From there, you can edit the filters, set the ordering, and the number of entries to display per page.

Filters Block

The Filters block adds interactable filters to the page. These filters can be used to search and filter entries on the front end based on the entry field values. To add a Filters block, first select the Entries block, then click the plus icon in the bottom-right of the block. Then, select “Filters” in the pop-up menu.

Gravity Forms Entry Blocks

Having trouble with getting the plus to appear? Try the List View in the Block Editor. Once activated, you can easily select the Gravity Forms Entries block.

Once added, you can customize the Filters block by selecting which fields to filter on, whether to include a search, and the filter orientation.

Gravity Forms Entry Blocks

The filtering can then be used on your page to make finding the correct entry easy for your users.

Gravity Forms Entry Blocks

Permissions

Who can view entries?

By default, all entries displayed via Entry Blocks will be publicly viewable.

To only show the current user entries that belong to them, add a filter where the entry’s “Created by” property is the same as the “Current User ID”.

Gravity Forms Entry Blocks

Who can edit entries?

The entry owner and any user whose role has been granted the corresponding Gravity Forms capability are able to edit an entry. The “Edit” link will not show up for users who do not have the correct permissions.

Using Entry Blocks in the classic editor and other page builders.

GF Entry Blocks works with other WordPress editors like Classic, Elementor, Beaver Builder, and Divi. This is made possible with Reusable Blocks Extended. Here’s how it works:

Gravity Forms Entry Blocks Create a Reusable Block and add your GF Entry Block into that.
Gravity Forms Entry Blocks Grab the shortcode for the Reusable Block, for example [reblex id='7'].
Gravity Forms Entry Blocks Insert that shortcode into your alternative WordPress Editor.
Don’t want to use the Block Editor (e.g. Gutenburg)? No problem! Reusable Blocks will work even if the Block Editor is disabled on your site.

 

Known Limitations

  • By default, the Entries Table view is not mobile-responsive. Support for this is coming in the future.

Integrations

Gravity PDF

For entries where a Gravity PDF feed is attached, including a link to the PDF is simple. Follow this guide from Gravity PDF to set things up.

Hooks

Latest Release

FiveStar – Hotel Booking Theme

Original price was: Rs6,478.00.Current price is: Rs410.00. for 1 year

Fiore – Flower Shop Florist Ecommerce

Original price was: Rs7,298.00.Current price is: Rs410.00. for 1 year

Wesper – WordPress Theme for Blogs & Magazines

Original price was: Rs2,378.00.Current price is: Rs410.00. for 1 year

Customer Reviews