Description
WPForms Entries Display allows you to showcase form submissions from WPForms as beautifully styled comments on any page or post. This plugin bridges the gap between form collection and public display, making it perfect for testimonials, reviews, feedback, and other user-generated content.
Key Features
- Simple Shortcode Implementation – Display entries with a simple shortcode: [wpforms_entries_display]
- Live Preview – See design changes in real-time directly in the settings panel
- Customizable Styling – Control colors, borders, shadows, and spacing to match your site’s design
- Field Selection – Choose which form fields to display and in what order
- Entry Filtering – Filter entries by user, entry status (read/unread/starred), and more
- Pagination – Control how many entries appear per page
- Date Formatting – Customize how submission dates are displayed
- User Information – Optionally show the username of the person who submitted the form
- Field Labels – Show or hide field labels for cleaner display
- Empty Fields – Option to hide fields with no content
Intuitive Shortcode Generator
Say goodbye to manual shortcode typing! Our built-in visual shortcode generator makes configuration a breeze. Simply select your options from dropdown menus, see a live preview of your shortcode, and copy it with a single click. This powerful tool eliminates guesswork and ensures perfect implementation every time – even for WordPress beginners!
Requirements
- WordPress 5.0 or higher
- WPForms Pro with Entries functionality
- PHP 7.0 or higher
Usage
After installation, go to Settings > WPForms Entries to configure your default display options. Then use the shortcode generator to create a customized shortcode for your specific needs.
Basic usage:
[wpforms_entries_display id=”123″]
Advanced usage:
[wpforms_entries_display id=”123″ fields=”1,3,5″ number=”10″ user=”current” type=”starred” show_date=”yes” hide_field_labels=”yes”]
Perfect For
- Testimonials
- Reviews
- Feedback display
- Q&A sections
- Community comments
- Event registrations
- Job applications
- Contest entries
Screenshots
Installation
- Upload the
wpforms-entries-display
folder to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to Settings > WPForms Entries to configure your display options
- Use the shortcode generator to create a customized shortcode
- Add the shortcode to any page or post where you want to display form entries
FAQ
-
Does this plugin work with the free version of WPForms?
-
No, this plugin requires WPForms Pro or higher with the Entries functionality enabled.
-
Can I display entries from multiple forms on the same page?
-
Yes, you can use multiple shortcodes on the same page, each referencing a different form.
-
Can I filter entries to show only those from the current logged-in user?
-
Yes, use the shortcode parameter
user="current"
to display only entries submitted by the current user. -
Is it possible to sort entries by a specific field?
-
Yes, use the
sort
parameter with the field ID andorder
parameter with either “asc” or “desc” to control sorting. -
Can I customize the appearance of the entries?
-
Absolutely! The plugin offers extensive styling options including colors, borders, shadows, spacing, and more.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Entries Display for WPForms” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Entries Display for WPForms” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.3
- UI/UX Improvements: Added live preview section, reorganized settings into collapsible sections, fixed color picker display, improved spacing and layout, enhanced responsive design, optimized CSS code.
0.2
- Fixed plugin review issues: proper JS/CSS enqueuing, removed deprecated function calls. Improved admin UI with better layout, fixed date format selector issues, and enhanced responsive design.
0.1
- Initial release