• Hi WordPress,

    Visual Form Builder Pro used to show the form entries within the dashboard, but now they have all disappeared and no new ones are showing. I did a test and the submission went through to the email, but not in the entries. This seemed to have happened after the last WordPress update.

    Please let me know if you have any ideas to fix this. Thank you!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Yeah having same issue. Just check my form and it showing nothing. Any solution author?

    Yes, also affecting other files. Quick bug fix:

    Apply the following patch to the following files found in plugins/visual-form-builder-pro/includes:

    • class-analytics.php
    • class-entries-detail.php
    • class-entries-list.php
    • class-email-designer.php
    • class-forms-list.php
    • class-forms-order.php
    • class-widget.php

    Find:

    function __construct(){

    Replace with:

    var $field_table_name, $form_table_name, $entries_table_name;
    
    	function __construct(){
    Thread Starter River5

    (@river5)

    Hi,

    I went to the editor but it does not list Visual Form Builder Pro as an installed plugin. It is installed, though.

    Thread Starter River5

    (@river5)

    Tekime,

    Could this be fixed for the next WordPress update?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Visual Form Builder Pro Entries Not Showing’ is closed to new replies.