Some times Contact Form 7 gives
Error: An error occurred while trying to send your message. Please try again later.
on form submit.
That time you need to add this belove filter in functions.php which themes is active in your WordPress site.
add_filter('wpcf7_spam', '__return_false');
No comments:
Post a Comment