Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Arshid

    (@arshidkv12)

    Please check hooks.

    Plugin Author Arshid

    (@arshidkv12)

    Add following code in functions.php and take backup and delete submissions.

    add_filter('cfdb7_before_save_data', 'cfdb7_filter_before_save'); function cfdb7_filter_before_save($form_data){ unset($form_data['_wpcf7cf_repeaters']); 
    unset('_wpcf7cf_steps');
    return $form_data; }
    • This reply was modified 5 years, 4 months ago by Arshid.

    Hi,

    I’m seeing the same thing on my site. Is there a reason these were suddenly added?

    Plugin Author Arshid

    (@arshidkv12)

    Add above code in your theme functions.php

    Delete all submissions and check it. This extra field coming from conditional field plugin.

    Plugin Author Arshid

    (@arshidkv12)

    Please update to a new version.

    • This reply was modified 5 years, 4 months ago by Arshid.
    • This reply was modified 5 years, 4 months ago by Arshid.
    Thread Starter vocus

    (@vocus)

    New update fixed the problem. Thanks Arshid for quick help with this problem. Cheers:)

    Thank you for the fast response and solution, much appreciated!!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘unwanted columns in the table’ is closed to new replies.