I’d like to clarify @Baikare Sandip’s post for the non-pro users out there.
There are three files to update. In each case, this block of code needs to be copied & pasted:
public $errors;
public $field_table_name;
public $form_table_name;
public $entries_table_name;
1. wp-content/plugins/visual-form-builder/includes/class-entries-detail.php
Follow the before/after photos which explain where to put each block of code.
Before: https://i.imgur.com/houHIhu.png
After: https://i.imgur.com/iQoc2s2.png
2. wp-content/plugins/visual-form-builder/includes/class-entries-list.php
Follow the before/after photos which explain where to put each block of code.
Before: https://i.imgur.com/0FDMZJ9.png
After: https://i.imgur.com/wju4ei2.png
3. wp-content/plugins/visual-form-builder/includes/class-forms-list.php
Follow the before/after photos which explain where to put each block of code.
Before: https://i.imgur.com/ChxIrPO.png
After: https://i.imgur.com/NpWuSMv.png
Making these changes will bring back the missing views.