• Hi There,

    I have a form where user add his email address, I’m trying to prevent users to enter there email many times. I use “contact form to database plugin” to save email address and export them to excel. while searching on internet I found this solution (https://cfdbplugin.com/?page_id=904) but I can’t get it work can you help me please.

    This is what I am seeing as error message after I enter my email address to test:

    Warning: require_once(/home/customer/www/meleteamusa.com/public_html/wp-content/plugins/contact-form-7-to-database-extension/CFDBFormIterator.php): failed to open stream: No such file or directory in /home/customer/www/meleteamusa.com/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(469) : eval()'d code on line 8
    
    Fatal error: require_once(): Failed opening required '/home/customer/www/meleteamusa.com/public_html/wp-content/plugins/contact-form-7-to-database-extension/CFDBFormIterator.php' (include_path='.:/usr/local/php73/pear') in /home/customer/www/meleteamusa.com/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(469) : eval()'d code on line 8

    This is line 8:

    require_once(ABSPATH . ‘wp-content/plugins/contact-form-7-to-database-extension/CFDBFormIterator.php’);

Viewing 3 replies - 1 through 3 (of 3 total)
  • It seems to me you have an issue with cf7 and not cfdb.
    Make a test install on WAMP and test.

    Thread Starter nanciizhang

    (@nanciizhang)

    Thank you for replying back! Sorry I’m not very techy could you let me how to make a test install on WAMP and test, or advise the possible issue I have with contact form 7?

    Thanks!

    Thread Starter nanciizhang

    (@nanciizhang)

    since the error come from this folder …/plugins/contact-form-7-to-database-extension/… I’m inclined to think that the plugin that generates it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘prevent users to enter there email many times’ is closed to new replies.