WPForms Views Changelog
Views for WPForms
Version - 4.0.5 (24th March 2026)
- Fix: Search form now preserves existing URL query parameters that are not part of the search fields when submitting.
- Fix: Added a developer filter (
wpf_views_search_excluded_query_params) to control which query parameters are excluded from preservation.
Version - 4.0.4 (18th February 2026)
- Fix: Fix: WPForms_Views_Field_Renderer — pass cap => false to wpforms()->form->get() to prevent fatal TypeError for non-logged-in users on frontend AJAX requests.
Version - 4.0.3 (13th February 2026)
- New: Added default padding for table view themes.
- New: Added support for Calculations widget available in Calculation add-on.
Version - 4.0.2 (7th February 2026)
- Fix: Fixed font & padding styles not working on table view.
- Fix: Removed css rules with !important.
Version - 4.0.1 (2nd February 2026)
- New: Added option to display Single Entry details in a popup/model.
Version - 4.0 (30th January 2026)
- New: Introduced complete Design features (Pro) - transform the visual appearance of your views with powerful styling options.
- New: Added Quick Themes - 20+ professionally designed themes for Table and DataTable views.
- New: Added 5 Quick Themes for List views - Default Cards, Bordered Cards, Flat, Gradient, and Custom.
- New: Added Table Styles panel (Custom theme) - customize borders, colors, headers, hover effects, zebra striping, and border radius.
- New: Added Card Styles panel (Custom theme) - design card layouts with custom backgrounds, borders, shadows, padding, and hover effects.
- New: Added Row Color Rules - automatically apply conditional row coloring based on field values for status indicators and priorities.
- New: Added Custom CSS editor with syntax highlighting, code snippets, and comprehensive selector reference.
- New: Design tab now available in the view editor sidebar.
- Improved: Enhanced view editor UI with better organization of settings.
Version - 3.5.7 (22nd January 2026)
- Fixed Search by Address field not working.
- Fixed shortcodes not working in custom html.
Version - 3.5.6 (27th December 2025)
- New: Added Field to display pdf links.
Version - 3.5.5.4 (4th December 2025)
- Fixed GET query param and other merge tags not working in the filter values.
Version - 3.5.5.3 (18th November 2025)
- New: Added Customize Field Value template to the Entries Count field.
Version - 3.5.5.2 (4th November 2025)
- New: Added {entries_count} smart tag to the smart tag list to display total number of entries.
Version - 3.5.5.1 (31st October 2025)
- New: Added setting for Duplicate Entry Field to redirect to Edit Entry page after duplicating entry.
Version - 3.5.5 (16th October 2025)
- Fixed: Added user agent to license check api calls to fix license not activating on some servers.
Version - 3.5.4 (5th October 2025)
- Added versioning to View scripts to help clear server cache.
- New: Display a warning message in the View if a selected WPForms field has been removed or no longer exists.
- Fixed: Duplicate entry field appearing in the Form Fields list.
Version - 3.5.3 (26th September 2025)
- Added new "Duplicate Entry" field.
- Fixed issue with views breaking when script/JS is used inside custom HTML.
Version - 3.5.2.1(16th May 2025)
- Hide Repeater field labels when the "Hide Empty Fields" option is enabled.
Version - 3.5.2(15th May 2025)
- Resolved issue where the Display Condition setting failed to open after the last update.
Version - 3.5.1 (14th May 2025)
- Fixed Fatal error on sites running php v7.4 or earlier.
Version - 3.5 (13th May 2025)
- Added "Field Value Output Template" option in field settings to customize how values are displayed using Smart Tags and the
[field_value]placeholder. - Introduced new WPForms Views Smart Tags for use in custom HTML fields and output templates:
{entry_date}– Entry submission date.{entry_update_date}– Last updated date.{entry_status}– Entry status (published, draft, etc.).{entry_author}– Entry author name.{entry_log}– Entry log details with user and time info.{entry_resume_link}– Resume link for incomplete entries.{edit_entry_url}– Raw URL to edit the entry.{edit_entry_link}– Clickable link to edit the entry.{single_entry_url}– Raw URL for single entry view.{single_entry_link}– Clickable link to single entry page.{delete_entry_link}– Clickable link to delete the entry.
- Improved rendering performance – Views now load up to 30% faster.
Version - 3.4.1 (9th May 2025)
- Added views-empty css class to wpforms-view container when no entries are returned.
- Introduced a new filter wpf_views/view_wrapper_classes to allow developers to modify the class list on the view wrapper
.
Version - 3.4 (8th April 2025)
- Resolved an issue where selecting a View in one View Block would update all View Blocks on the page in the Gutenberg editor.
- Updated plugin license activation library and improved handling of license activation failures.
Version - 3.3.9.3 (6th Feb 2025)
- Fixed sorting by Entry Update date not working
Version - 3.3.9.2 (16th Dec 2024)
- Added Edit Form link under View Source in View
Version - 3.3.9.1 (25th Nov 2024)
- Added support for displaying calculations in the table footer with the option to include data from all entries.
Version - 3.3.9 (22nd Nov 2024)
- Fix: Fixed an issue when deleting a Field from View can cause white screen if Field settings are opened.
Version - 3.3.8 (15th Nov 2024)
- New: Added Entry Update Date Field.
Version - 3.3.7 (26th Oct 2024)
- Fix: Resolved an issue where the View was not displaying correct results when search is performed in DataTable.
- Fix: Fixed Display condition not working if it is set on Date field.
Version - 3.3.6 (22nd Oct 2024)
- Fix: Resolved an issue where the View Settings tab became unclickable after selecting a field in the Editing view.
- Update: Upgraded WordPress scripts and React libraries to the latest versions.
Version - 3.3.5 (23rd August 2024)
- Fix: Fixed List View layout in smaller screens.
- Fix: Fixed Search Form layout in smaller screens.
- Fix: Fixed PHP warning in PHP 8.0+.
Version - 3.3.4 (31st July 2024)
- New: Added option for checkbox and multi-select field to display each value in new line.
Version - 3.3.3 (23rd July 2024)
- New: Added support for display repeater fields data in View.
- New: Added option in Entry Date field settings to hide Time when displaying Entry Date in View.
Version - 3.3.2 (8th July 2024)
- Improvement: Display Table headers when No results are found in View.
Version - 3.3.1 (11th June 2024)
- Improvement: The view layout will now be preserved when updating the view source.
Version - 3.3 (31st May 2024)
- New: Added WPForms Smart Tags support for Email field subject & Body text. Now you can use any smart tags in body and subject of Email.
Version - 3.2.9 (18th May 2024)
- Fix: Fixed search getting cleared if sorting is done from table headers.
Version - 3.2.8 (23rd April 2024)
- Fix: updated pagination class name to "views-pagination" from "pagination" to prevent theme CSS conflicts.
Version - 3.2.7 (22nd April 2024)
- New: Added option to set column width for table view.
- Fix: Fixed Duplicate View not working when double quotes are present in lables.
Version - 3.2.6 (20th Mar 2024)
- Fix: Clear button in the Search form was not clearing date-time fields.
Version - 3.2.5 (29th Feb 2024)
- Fix: Trashed Entries won't show in View.
Version - 3.2.4 (18th Feb 2024)
- New: Added support for Search by Date Time field.
- Tweak: Date fields in search form will display same formatting as set for field in WPForm.
Version - 3.2.3 (14th Feb 2024)
- Fix: Fixed fatal error when checking license status.
Version - 3.2.2 (12th Feb 2024)
- Fix: Optimzed Search Query for All Fields in search form.
- Fix: Search will use Like operator for hidden fields search.
Version - 3.2.1 (1st Feb 2024)
- New: Added filter 'wpf_views/multiple-values-separator' to change separator displayed between checkbox values.
Version - 3.2 (20th Dec 2023)
- New: Now you can use GET & POST Query params to set filter values.
- Fix: Added authorization checks on creating new views.
- Fix: Added authorization checks on saving views.
Version - 3.1.9 (20th Dec 2023)
- Fix: Fixed php deprecated warning.
Version - 3.1.8 (18th Dec 2023)
- Fix: Fixed search displaying all View data if view id is manually changed in url and "Hide View Data until search is performed" setting is enabled in View Settings.
Version - 3.1.7 (16th oct 2023)
- New: Added button to clear all fields.
- New: Added button to add field in between existing fields in View.
- New: UI/UX optimizations.
Version - 3.1.6.5 (21st Sep 2023)
- New: Calculations Add-on is now available.
- Fix: Removed Layout fields displaying in Views field lists in backend.
Version - 3.1.6.4 (8th Sep 2023)
- New: Save empty values in database for fields with no value during form submission.
Version - 3.1.6.3 (9th Aug 2023)
- Fix: Optimised Database queries when performing search on all fields.
- Fix: Search was ignoring other fields in search form when searching with "All fields".
Version - 3.1.6.2 (7th Aug 2023)
- Fix: Fixed filter not working if field set in condition is removed from Form.
Version - 3.1.6.1 (31st July 2023)
- Fix: Fixed View showing "No records found" if date field is set to empty in filter condition.
Version - 3.1.6 (29th July 2023)
- New: Added new wp filter "wpf-views/display-condition/field-value" to filter field value in Field Display Conditions.
Version - 3.1.5 (21st July 2023)
- New: Added Field Display Conditions. Now you can set display conditions in fields similar to filter conditions so that field value only displays if conditions are met.
Version - 3.1.4 (8th July 2023)
- New: Added option to set width for Image if upload field is displayed as Image in View.
Version - 3.1.3 (1st July 2023)
- New: Added option for Name, Text, File Upload, Number & Hidden field to link to Single Entry page in View.
Version - 3.1.2 (23nd June 2023)
- Fix: Fixed php warning on filter settings.
Version - 3.1.1 (22nd June 2023)
- Fix: Number Slider field value would display raw value.
- Fix: Updated Icon for WPForms Views Elementor widget.
Version - 3.1 (19th June 2023)
- New: Added Groups to Filter to group filter conditions using OR conditions.
- New: Added Entry Log field to display WPForms Entry log in site frontend.
Version - 3.0.9 (12th June 2023)
- New: Added Elementor Widget for adding WPForms Views to page.
Version - 3.0.8 (16th May 2023)
- Fix: Fixed smart tags not working in custom html field if added before/after view data.
Version - 3.0.7 (9th May 2023)
- New: Added wp filter to display/hide label of field.
- Fix: Fixed DataTables buttons setting not saving.
- Fix: Fixed warnings if custom html field is added before or after view data.
Version - 3.0.6 (4th April 2023)
- New: Google Maps add-on is now available in professional & developer license.
Version - 3.0.5 (4th April 2023)
- Fix: View id won't be removed from url when search form is cleared.
- Fix: 4 & 3 column cards List View theme should now adapt to 1 column card on mobile screen.
Version - 3.0.4 (20th March 2023)
- Fix: Editing view for non-admin user should work fine now.
Version - 3.0.3 (17th March 2023)
- Fix: PHP Notice in search widget.
- Fix: Edit View page in admin not working for some wordpress sites.
Version - 3.0.2 (6th March 2023)
- New: Added new field Entry Author to display Submitted entry Author Name.
- New: Added support for geolocation {entry_geolocation} smart tag.
Version - 3.0.1 (6th March 2023)
- New: Added new field Resume Entry Link if Save and Resume Add-on is installed.
Version - 3.0 (4th March 2023)
- /* This is a major update. Please backup site before updating */
- New: Updated Views UI to use Gutenberg components !!
- New: Added Entry Status Field.
- New: Added option to Display partial Entries.
Version - 2.2.3 (21st Feb 2023)
- Fix: Fixed compatibility with WPForms v1.8+.
Version - 2.2.1 (15th Feb 2023)
- Fix: Fixed Pagination link if site url and home url are different.
- Fix: Sorting by entry date from frontend.
Version - 2.2 (24th Jan 2023)
- New: Added Support page.
- New: Added Addons page.
- Fix: Upload field was displaying incorrect link if field is empty.
- Fix: Fixed Pagination start number in Pagination Info.
Version - 2.1.9 (20th Jan 2023)
- New: Added compatibility with DataTables addon v2.0.
Version - 2.1.8 (7th Jan 2023)
- New: Added filter 'wpf_views_shortcode_content' to filter view content.
Version - 2.1.7 (28th Dec 2022)
- New: Added option to mark entry as read when viewing single entry page.
Version - 2.1.6 (19th Dec 2022)
- New: Added option to unapprove entries after editing entry from frontend.
Version - 2.1.5 (14th Dec 2022)
- Fix: Added Inline Edit addon Jquery UI style options.
- Fix: Removed scroll from datatable view.
Version - 2.1.4 (13th Dec 2022)
- New: Added Inline Edit addon options.
- Fix: Updated .pot file for "No records found" string.
Version - 2.1.3 (30th Nov 2022)
- New: Search form fields can be now be reordered.
- Fix: Fixed php notice if upload field is empty.
Version - 2.1.2 (21st Nov 2022)
- New: Improved UI for Field setting popup.
- Fix: Field value filter hook will run for empty fields
Version - 2.1.1 (14th Nov 2022)
- New: Partial Entries created by Save and Resume addon won't display in view.
Version - 2.1 (7th Nov 2022)
- New: Clear button will now refresh the page and reload view.
- Fix: Filter will now fine fine if field value contains single quote.
Version - 2.0.13 (21st Oct 2022)
- Fix: Fatal error in displaying Entry date.
Version - 2.0.12 (20th Oct 2022)
- Fix: Option not selected if apostrophe is present in drodpdown field in search form.
Version - 2.0.11 (6th Sep 2022)
- New: Added support for "hide empty fields" for DataTables.
Version - 2.0.10 (5th Sep 2022)
- New: Added filter wpf_views/mysql_date_string to filter mysql date format before mysql query.
- Fix: Fixed Filter by Date custom format 'D, j M Y'.
Version - 2.0.9 (18th July 2022)
- Fix: Removed conflicting css for mark tag.
- Fix: Fixed Filter by Date custom format 'Y-m-d'.
Version - 2.0.8 (9th July 2022)
- Fix: Entry ID field should display fine now in search form.
- Fix: Fixed Filter by Date field not working properly.
Version - 2.0.7 (27th June 2022)
- New: Added description for custom html field.
- Fix: Optimized css code.
Version - 2.0.6 (25th April 2022)
- New: Search will now do partial search for text fields.
Version - 2.0.5 (11th April 2022)
- New: Added option to sort by field values in table view from frontend.
Version - 2.0.4 (17th Feb 2022)
- New: Added option to open images in new tab on click inside view.
Version - 2.0.3 (4th Jan 2022)
- New: Added pre-built themes for table & List layout.
Version - 2.0.2 (9th Dec 2021)
- New: Added option to Duplicate Views.
- New: UI/UX design improvements
Version - 2.0.1 (6th Dec 2021)
- Fix: DatePicker not displaying for Entry Date search field.
Version - 2.0 (3 Dec 2021)
- New: Entry Date can be now added to Search Form with option to search by single Date or Date Range.
- New: WPForms Date field display datepicker in search form, field can be configured to have date range or single date.
- Fix: Multiple checkbox & Select field will display labels instead of values.
Version - 1.9.9.5 (23 Nov 2021)
- Fix: Multiple checkbox & Select field will display values separated by comma in frontend.
Version - 1.9.9.4 (12 Nov 2021)
- New: Added new option in view settings to update "No records found" text.
- Fix: Images not displaying if more than 1 file was uploaded.
Version - 1.9.9.3 (12 Nov 2021)
- Fix: Filter using WPForms Hidden field should work now.
Version - 1.9.9.2 (10 Nov 2021)
- New: Updated translation file with new strings.
- New: Updated plugin updater to display notification about new update available.
Version - 1.9.9.1 (21 Oct 2021)
- Fix: View setting hiding if Table View is selected.
Version - 1.9.9 (16 Oct 2021)
- New: Rows can be now reordered in Views.
- New: Custom values can be set for dropdown, checkbox, radio fields in filter.
Version - 1.9.8 (2 Oct 2021)
- Fix: Admin will see all entries.
- Fix: Search will display "no records found" id there are no entries.
Version - 1.9.7 (13 Sep 2021)
- Fix: Clear button not working correctly in Search Form.
- New: Inline Edit Addon is now available!.
Version - 1.9.6 (28 Aug 2021)
- Fix: Few strings missing translations.
Version - 1.9.5 (26 Aug 2021)
- Fix: Textarea field not displaying new lines in text.
Version - 1.9.4 (20 Aug 2021)
- Fix: Fixed filter by Date field not working.
Version - 1.9.3 (12 Aug 2021)
- New: Added support for Delete Entries Addon.
Version - 1.9.2 (7 Aug 2021)
- New: Added Access Permission settings for Views.
- New: Moved License settings page to Settings Page
Version - 1.9.1 (28 July 2021)
- Fix: Entry Date not displaying in List View.
- Fix: Code optimzations.
Version - 1.9 (26 July 2021)
- New: Added Clear Form Button option in Search Widget.
- New: Added "contains" option in filter.
- New: Filter & Sort tab will display Active/InActive status.
- New: Checkbox, Radio & Dropdown fields will have prefilled values when setting filter.
- Fix: Cleaned up fields list in filter, sort & search.
- Fix: Search by entry ID was not working.
- Fix: UI/UX improvements.
Version - 1.1 (21 Aug 2020)
- Added starred & viewed entries filter.
Edit Entry Addon
Version - 2.3.5 (28th Feb 2026)
- New: Added support for making File Upload fields read-only when editing an entry. The upload UI is hidden and existing files are displayed without the option to remove or replace them.
- Fix: Read-only Date / Time field were not disabled when editing entry if the option to make the field readonly when editing entry is enabled.Both datepicker (flatpickr) and dropdown date modes are supported, along with the time input
Version - 2.3.4 (20th Feb 2026)
- Fixed entry smart tags ({entry_id}, {entry_date}, etc.) returning empty values in email notifications when editing entries.
Version - 2.3.3 (20th Jan 2026)
- Fixed Form validation failing for required disabled fields on editing entries .
Version - 2.3.2 (29th Nov 2025)
- Fixed an issue with Select field not getting disabled on edit entry page.
Version - 2.3.1 (27th Nov 2025)
- Extended Read-Only fields Support to Checkbox, Radio & Select fields.
Version - 2.3.0 (25th Nov 2025)
- New Feature: Added "Make Field Read-Only when editing entry" option in WPForms Field Advanced Settings.
- Supported field types: Text, Textarea, Email, URL, Number, Phone, Address, Name, Date/Time, Password, Number Slider, and Rich Text.
Version - 2.2.9 (18th Aug 2025)
- Fixed Form not submitting if using Form Locker Unique Answers settings .
Version - 2.2.8 (15th May 2025)
- Fixed Fatal error when editing entries on a form having user registration enabled.
Version - 2.2.7 (21st Mar 2025)
- Hide uploaded files if upload field is set as hidden when editing entries.
Version - 2.2.6 (15th Mar 2025)
- Added class 'wpf-views-edit-entry-hide-field' to hidden fields when editing entries.
Version - 2.2.5 (27th Feb 2025)
- Fixed user password not updating when updating user profile from frontend.
Version - 2.2.4 (9th Jan 2025)
- Added support to edit repeater fields.
Version - 2.2.3 (21st Nov 2024)
- Resolved an issue where attachment was not saved when using classic uploader field.
Version - 2.2.2 (15th Nov 2024)
- Resolved an issue where attachment was not sent with email notification when editing entry.
- Code improvements.
Version - 2.2.1 (19th Oct 2024)
- Resolved an issue where the user email field was being cleared when editing entries in a User Registration form.
- Disabled Form Locker setting when editing entries.
Version - 2.2 (16th Sep 2024)
- Fixed user meta not updating when editing entries of a User Registration form.
Version - 2.1.9 (9th Aug 2024)
- Fixed error "Something went wrong. Please try again later" when uploading file while editing entry.
Version - 2.1.8 (7th Aug 2024)
- Fixed form not submitting if upload field is set as required.
Version - 2.1.7 (18th May 2024)
- Fixed upload file deleting on edit when classic uploader is used for uploading files.
Version - 2.1.6 (13th April 2024)
- Merge tags now supported in Edit entry links.
Version - 2.1.5 (27th July 2023)
- Fixed issue with View ID not set in action hook when form is submitted using ajax.
Version - 2.1.4 (12th June 2023)
- Payment checkbox not prefilling correctly while editing entries.
Version - 2.1.3 (16th May 2023)
- Conditional logic not working.
Version - 2.1.2 (10th May 2023)
- Compatibility issue with Inline Edit Notification not working.
Version - 2.1.1 (6th Feb 2023)
- Fixed fatal error on date field if using dropdown format.
Version - 2.1 (13th Jan 2023)
- Fixed error on editing entry if no fields are hidden.
Version - 2.0 (6th Jan 2023)
- Added option to hide form fields when editing entry.
- Payments won’t process when editing entry.
- User meta will update correctly when editing entry of a form having User Registration enabled.
Version - 1.9.9.6 (4th Jan 2023)
- Added compatibility with User Registration Addon v2.0+.
Version - 1.9.9.5 (19th Dec 2022)
- Added WordPress filter 'wpf-views/edit-entry/entry-email-process' to enable/disable email notification processing after editing entry.
Version - 1.9.9.4 (18th Nov 2022)
- Query values from URL take preference while prefilling fields for editing entry.
Version - 1.9.9.3 (12th Nov 2022)
- Fixed multiple choices values not prefilling.
Version - 1.9.9.2 (5th Aug 2022)
- Dropdown values not prefilling if default value is set from admin.
Version - 1.9.9.1 (16th July 2022)
- Comment Status will not revert back to close if editing entry and using Post Submission Addon.
Version - 1.9.9 (1st July 2022)
- Editing Likert Scale field works fine now.
Version - 1.9.8 (21st June 2022)
- Fixed editing fields that have show values setting checked.
Version - 1.9.7 (17th Feb 2022)
- Fixed multiple values being stored in database if form has more than 30 fields.
Version - 1.9.6 (17th Jan 2022)
- Values not pre-filling for Dropdown with multiple values.
Version - 1.9.5 (27th Nov 2021)
- Dynamic checkbox values resetting during entry update.
Version - 1.9.4 (20th Nov 2021)
- Values of fields hidden by conditional logic reset on entry update.
Version - 1.9.3 (10th Nov 2021)
- Updated plugin updater to display notification about new update availability.
- Edit Entry form not submitting if multiple file upload fields are present and set as required.
Version - 1.9.2 (16th Oct 2021)
- Edit Entry form not submitting if file upload field is required.
Version - 1.9.1 (6th Oct 2021)
- Integration with User Registration Addon.
Version - 1.9 (7th Aug 2021)
- Added option to select user role who can edit entries.
Version - 1.8 (28th July 2021)
- Added option in notification to send only when editing entries.
- Delete icon was not visible when editing files.
Version - 1.7 (28th May 2021)
- Fixed all upload files being removed while editing entries.
Version - 1.6 (15th May 2021)
- Added support for upload field when editing entries.
Version - 1.5.4 (4th May 2021)
- Date field will prefill correctly if displayed as dropdown.
Version - 1.5.3 (16th March 2021)
- No abandoned entries will be created if user is editing entries.
Version - 1.5.2 (8th March 2021)
- Admins can now edit entries of other users.
Version - 1.5.1 (4th March 2021)
- Updating Post will keep the existing Post Status.
Version - 1.5 (26th Feb 2021)
- Editing Entry now correctly updates data in the fields table in DB.
Version - 1.4 (23rd Feb 2021)
- Confirm Email and Simple Name fields not prefilling.
Version - 1.3 (18th Feb 2021)
- Added support for Post Submission Addon.
Version - 1.2 (15th Jan 2021)
- Fixed payments fields not populating while editing entries.
Version - 1.1.1 (30th Dec 2020)
- Fixed fatal error if WPForms is not installed.
Version - 1.1 (29th Dec 2020)
- Fixed radio, date, and address fields not populating automatically while editing entries.
Version - 1.0 (23rd Sep 2020)
- Initial version.
DataTable Addon
Version - 2.3 (30th January 2026)
- New: Added support for New Design themes.
Version - 2.2.5 (22nd Jan 2026)
- New: Added option to Auto Refresh the DataTable using Ajax.
Version - 2.2.4 (15th May 2025)
- Fixed an issue where the "Display Hidden Fields" option did not properly hide fields inside repeater blocks.
Version - 2.2.3 (29th Jan 2025)
- Removed Edit Entry link, Single Entry link, Delete Entry link & Approve Entry fields from the export.
Version - 2.2.2 (30th Dec 2024)
- Hide Pagination & Pagiantion info if these widgets are not added to View.
Version - 2.2.1 (17th Dec 2024)
- Replaced the new responsive icon in the updated DataTables script with the previous green icon.
Version - 2.2 (16th Dec 2024)
- Added filter 'wpf-views/datatables-export-filenames' to update exported filenames.
Version - 2.1.9 (16th Dec 2024)
- Added option to set fixed number of columns to be displayed in responsive mode.
- Updated Datatables script libraries.
Version - 2.1.8 (26th Nov 2024)
- Fixed an issue where the search functionality would not work if the search form was cleared in the DataTable.
- Added a loading icon to indicate when a search is in progress.
Version - 2.1.7 (25th Nov 2024)
- Fixed issue with calculations not updating in table footer when search is performed.
Version - 2.1.6 (26th Oct 2024)
- Fixed issue with search results not displaying correctly in DataTable View.
- Resolved issue with search not working when multiple views are present on the page.
Version - 2.1.5 (2nd Aug 2024)
- Fixed custom label not displaying for DataTable buttons.
Version - 2.1.4 (8th July 2024)
- Displays "No records found" message set in View settings when there are no records in DataTable.
Version - 2.1.3 (29th April 2024)
- Fixed search not working if data is hidden on initial page load.
- Added translation string for dropdown to select number of entries displayed on the page.
Version - 2.1.2 (16th April 2024)
- Fixed search not working if page contains multiple views of different types, such as List and DataTable views.
Version - 2.1.1 (21st Mar 2024)
- Fixed search not working for non-form fields.
Version - 2.1 (20th Mar 2024)
- Search in DataTable View now uses AJAX to get results without page refresh.
Version - 2.0.9 (14th Feb 2024)
- Fixed Single Entry link in DataTable View displaying incorrect link if View is displayed using Elementor.
Version - 2.0.8 (12th Oct 2023)
- Added page length dropdown allowing users to update page length from the frontend.
Version - 2.0.7 (21st Apr 2023)
- Sorting by Entry date from view column header should now work correctly.
- Resolved issue with empty entries displaying on search when logged-in user has a non-admin role.
Single Entry Addon
Version - 2.1 (18th February 2026)
- Fix: Single Entry details not displaying when displayed in popup for non logged in users.
Version - 2.0 (2nd February 2026)
- New: Added option to display Single Entry details in a popup/model.
Version - 1.7.8 (20th March 2025)
- Hide Views on single entry page if page has multiple views.
Version - 1.7.7 (25th Nov 2024)
- Fixed Single Entry Link not displaying correctly in DataTables.
Version - 1.7.6 (18th Feb 2024)
- Added option to open single entry page in new tab on click on link.
Version - 1.7.5 (14th Feb 2024)
- Fixed Single Entry link in View displaying wrong link if View is displayed using Elementor.
Version - 1.7.4 (8th Sep 2023)
- Compatibility with Inline Edit not working on single entry page.
Version - 1.7.3 (1st July 2023)
- Added option for Name, Text, File Upload, Number & Hidden field to link to Single Entry page in View.
Version - 1.7.2 (9th May 2023)
- Fixed warnings if edit entry field is added to single page.
Version - 1.7.1 (6th March 2023)
- Added Print Single Entry field to print single entry view.
Version - 1.7 (20th Jan 2023)
- Added compatibility with DataTables Addon v2.0.
Version - 1.6.9 (10th Jan 2023)
- Added check for authentication before displaying single entry.
Version - 1.6.8 (7th Jan 2023)
- Added filter 'wpf_views/single_entry/endpoint' to change endpoint name.
- Added filter 'wpf_views/single_entry/go_back_link' to change back link on single entry page.
Version - 1.6.7 (28th Dec 2022)
- Added option to mark entry as read when viewing single entry page.
Version - 1.6.6 (9th July 2022)
- Check for view ID before displaying single entry.
Version - 1.6.5 (27th Jan 2022)
- Fixed missing slash in single entry link.
Version - 1.6.4 (6th Dec 2021)
- 404 page error on single entry click.
Version - 1.6.3 (19th Nov 2021)
- Fixed Single Entry View not working on Homepage.
Version - 1.6.2 (10th Nov 2021)
- Updated plugin updater to display notification about new update available.
Version - 1.6.1 (28th Aug 2021)
- Added option to hide empty fields in Single View.
Version - 1.6 (7th Aug 2021)
- Moved License field to Settings field.
Version - 1.5 (28th July 2021)
- Fixed Entry Date not displaying correctly in single view.
- Website & Email links were not working.
Version - 1.4 (15th May 2021)
- Added smart tags support in Custom HTML field.
Version - 1.3 (10th May 2021)
- Added Custom HTML field support.
Version - 1.2 (16th Feb 2021)
- Fixed Entry date not displaying in correct layout.
Version - 1.1 (12th Feb 2021)
- Fixed Entry date not displaying.
Version - 1.0 (31st Jan 2021)
- Initial Version.
Inline Edit Addon
Version - 1.4.5 (28th Feb 2026)
- Fix: Fields marked as "Read-Only" in WPForms are now fully editable when inline editing is triggered in Views.
Version - 1.4.4 (18th Aug 2025)
- Added filter 'wpf-views/inline-edit/send-notification' to allow disabling notifications when editing entries.
Version - 1.4.3 (13th June 2024)
- Fixed Fatal error when editing entries with WPForms v1.8.9.
Version - 1.4.2 (7th Feb 2024)
- Fixed Number field not accepting decimal values when editing.
Version - 1.4.1 (2nd Jan 2024)
- Fixed Incorrect Date in datepicker if d/m/Y format is used for dates.
- Fixed Inline Popup hiding if clicked on datepicker.
Version - 1.4 (20th Dec 2023)
- User Email ID was saved as empty if user registration is enabled on form.
- Fixed PHP deprecated warning.
Version - 1.3.9 (8th Sep 2023)
- Enable/Disable Inline Edit button not working on List View page.
- Inline Edit not working on Single Entry page.
Version - 1.3.8 (9th Aug 2023)
- Fixed Inline Edit of date fields in DataTable.
- Fields were hidden in Inline Edit if conditional logic is added to them in Form.
Version - 1.3.7 (3rd Aug 2023)
- Now you can edit Date fields!
- Added log in entry when it's edited from frontend.
Version - 1.3.6 (16th May 2023)
- Conditional logic not working.
Version - 1.3.5 (10th May 2023)
- Inline Edit Notification not working if Edit Entry notification checkbox is also checked.
Version - 1.3.4 (25th Jan 2023)
- Fixed Name and Address field not updating.
Version - 1.3.3 (23rd Jan 2023)
- Inline Edit state will not change after page refresh.
- Compatibility with DataTables addon v2.0+.
Version - 1.3.2 (6th Jan 2023)
- Added option in notifications to send notification only when editing via Inline Edit.
- Compatibility with User Registration addon v2.0+.
Version - 1.3.1 (14th Dec 2022)
- Added jQuery UI style option.
- PHP warning if inline edit is not set.
- Inline Edit trigger link is hidden if no text is set from view settings.
Version - 1.3 (13th Dec 2022)
- Added new settings for Inline Edit in View settings.
Version - 1.2.9 (1st Dec 2022)
- Updated "wpf-views/inline-edit/entry-updated" filter to add field ID in arguments.
Version - 1.2.8 (21st Nov 2022)
- Added option to field settings to disable inline edit for any field.
- Inline Edit not able to update values of empty fields.
Version - 1.2.7 (21st June 2022)
- Fixed issue for editing checkbox, dropdown, radio values if show values is checked in field settings.
- Fixed warnings when saving single checkbox value.
Version - 1.2.6 (2nd April 2022)
- Fixed phone field not working with Inline Edit.
Version - 1.2.5 (17th March 2022)
- Fixed PHP fatal error on plugin activation.
- Fixed plugin not updating from admin.
Version - 1.2.4 (9th March 2022)
- Fixed PHP warning messages.
Version - 1.2.3 (25th Feb 2022)
- Added filter 'wpf/inline-edit/label' to filter Inline edit label text in site frontend.
Version - 1.2.2 (6th Dec 2021)
- Added support for List View format.
Version - 1.2.1 (10th Nov 2021)
- Updated plugin updater to display notification about new update available.
Version - 1.2 (30th Oct 2021)
- Added integration with User Registration Addon.
- Fixed issue with Elementor page not loading.
Version - 1.1 (22nd Sep 2021)
- Fixed issue with updater.
Version - 1.0 (10th Sep 2021)
- Initial Version.
Approved Entries Addon
Version - 1.2.6 (19th Nov 2024)
- Added translation files to support localization and made all strings translatable.
- Improved code security with enhanced data sanitization and escaping.
Version - 1.2.5 (29th July 2023)
- Fixed Approval Status field not working in Display Conditions.
Version - 1.2.4 (8th July 2023)
- Fixed Approval Status field not displaying in Search Form.
Version - 1.2.3 (23rd June 2023)
- Fixed PHP warnings when Approval Status is used in Filters.
Version - 1.2.2 (10th Feb 2023)
- New entries will be marked as unapproved by default on new form submissions.
Version - 1.2.1 (19th Dec 2022)
- Added option in View settings to unapprove entry after frontend editing.
Version - 1.2 (3rd Sep 2022)
- Added approval status field in View fields.
- Added approve entry field in View fields.
Version - 1.1.1 (10th Nov 2021)
- Updated plugin updater to display notification about new update availability.
Version - 1.1 (7th Aug 2021)
- Moved License field to Settings field.
Version - 1.0 (1st Aug 2020)
- Initial release.
WPForms Import Entries Addon
Version - 1.4.3 (6th Nov 2025)
- Fixed an issue where double quotes in the form title caused the import entries form selection page to break.
Version - 1.4.2 (31st Jan 2025)
- Added action hook wpf_import_entries/entry_created triggered after entry is created.
- The fields will be mapped automatically if the sheet header label matches the Form field label
Version - 1.4.1 (14th Nov 2024)
- Fixed field not importing if field value contains hyphen.
Version - 1.4 (12th Nov 2024)
- Fixed Likert scale not importing if single rows setting is set .
- Added link to view entries after import.
Version - 1.3 (19th Aug 2024)
- Reduced import batch size to 2 entries per batch.
Version - 1.2 (19th July 2024)
- Added support for Likert fields created by Surveys & Polls WPForms Add-on.
Version - 1.1
- Added support for XLSX files Version - 1.0 - Initial Release
Charts for WPForms
v1.1.4 - January 23, 2026
- Added tabbed settings interface with Type & Source, Design, Title & Legend, Axis, and Labels tabs.
- Added Bar Direction setting for Bar charts (Vertical/Horizontal).
- Added Order Values option to sort chart data by label or value.
- Added Aspect Ratio setting (Automatic, Square, Wide).
- Added Border Width options for chart elements.
- Added Enable/Disable Animation toggle.
- Added Show Chart Title toggle with customizable title text and font size.
- Added Legend Position (Top, Bottom, Left, Right) and Alignment (Start, Center, End) settings.
- Added X and Y Axis Grid Lines toggles.
- Added X and Y Axis Title toggles with custom title text.
- Added Auto Scale, Display Overlapping Labels, and Exclude Empty Labels options.
- Added Data Labels on chart with customizable text format (Value, Percentage, Label, or combinations).
- Added Label Position options (Default, Border, Outside).
- Added Label Font Size setting.
- Added Label Color options (Auto or Custom color).
- Added Show Total Responses toggle with customizable text using {total} placeholder.
- Improved conditional visibility for settings - related options show/hide based on toggle state.
- Improved license key validation to automatically check when settings are saved.
- Removed Horizontal Bar as a separate chart type (use Bar chart with Horizontal direction instead).
- Removed external chart name header on frontend (use Chart Title setting instead).
v1.1.3
- Added sum and average for the chart y axis value.
v1.1.2
- Added support for date-time field in the conditional logic fields
v1.1.1
- Fixed Updater
v1.1
- Added merge tag support for conditional logic field values
v1.0.0
- Initial release