prevent users to enter there email many times
-
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)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘prevent users to enter there email many times’ is closed to new replies.