View Categories

How to Create Table View of WPForms Entries

1 min read

WPForms entries can be presented in a table format in frontend with Views for WPForms. In this tutorial, we are going to explore how to show entries in table format, add pagination to it, and select which fields should be shown.

Check detailed walkthrough about WPForms Entries.

Before we begin make sure you have installed and activated Views for WPForms.

Steps to Create Table View of WPForms Entries in Frontend #

Go to WPForms Views -> Add New.

WPForms Views — WordPress

Set a name for View. This name won’t be shown in the frontend when you embed the view. It is just for backend purposes.

Choose the Form from View Source Option dropdown. This Form Entries will be displayed in the View.

Table view is the default View Type for WPForms Views.

wpforms views table view type

Add the fields in Before Entry List, Entry List and After Entry List sections.

wpforms views entry fields

Pagination, custom HTML, and pagination information fields can be added in the Before Entry List and After Entry List sections. The fields you add under the Entry List section will be shown as table headers in frontend.

wpforms views top widgets

Save the view.

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

Copy the shortcode from the sidebar for the view you have just published.

wpforms views copy shortcode
Screenshot

– Add the shortcode to the page/post where you want to show the view.

Publish/Update the page.Edit WPForms View ‹ WPForms Views — WordPress.png update

If you want to create a view with custom column sizes and in list format then you can check our tutorial for how to create a list view for WPForms entries.