Hi Sony Merlin,
I was using the 4.2 version of Visual Form Builder, I have not updated the plugin, I just updated the my wordpress. Just find the above three files in plugins include directory and do change in the immidiate class.
So it'll show the entries in the admin.
Like:
class VisualFormBuilder_Pro_Entries_List extends WP_List_Table {
public $errors;
public $field_table_name;
public $form_table_name;
public $entries_table_name;
}
just I have added sample code for one file, do same in three files.
And in the new plugin all table names has been changed by the Visual Form Builder, So make sure the table names are same in database and in the plugin files.