View Categories

How to Create List View of WPForms Entries

1 min read

List view lets you show WPForms entries in a custom layout. You can divide the lists into multiple rows and columns. The list view can be a good choice if you are creating a directory like a local business directory, events directory etc.

You can learn more about WPForms Entries here.

Note: List View is only available in the Pro licenses of WPForm Views 

Steps to Create List View of WPForms Entries in Frontend. #

Navigate to WPForms Views -> Add View.

WPForms Views — WordPress

– Set a title for the View.

– Change the View Type from Table to List View.
wpforms views list type

– Add the fields to the Before Entry List that you want to show before the List view of entries. You can add Pagination, Pagination Info and HTML fields here.

wpforms views top widgets

– In the Entry List field, you can add multiple rows and divide the rows into multiple columns. Each column can have multiple fields. This gives you the flexibility to arrange the fields in a way you like.

list view setup

The available fields in the After Entry List section are the same as in the Before Entry List.

Once you have created the layout and added the fields then click on the Save button to save it.

save wpforms views

Steps to Show List View of WPForms Entries in Frontend. #

Copy the shortcode for the list view and add it to any post/page or sidebar.

Once published your View will show on the frontend.

wpforms views copy shortcode
Screenshot

If you want to create a table layout with real-time sorting, search then check our tutorial for Datatable View for WPForm entries.