Hello. I need help. https://ajans.evosangels.com/ I have a contact form section on bottom of the page. But it does't send email. It is always spinning. Loading forever.. What can I do? Thanks.
Make sure you have the correct email settings. Complete also the setup within the Contact Form 7 settings. Alternatively install 'WP Mail SMTP' which will override emailing setup (if that doesn't work, then contact your email hosting provider to give you specific email settings). When I migrate my WordPress platform I had the same problem.
Are you sure you inserted the right email settings in 'WP Mail SMTP' plugin? Ask your email hosting provider directly to give them to you.
Thanks for replies. I uploaded wp rollback plugin to change plugins version. I selected contact form 4.7 version. Now it is working. Thanks.
This is a weird error, but the problem could have been anywhere. I wonder why it got solved when doing the roll back... Oh well you should probably disable auto update of your Wordpress site, a core update could break your site (just saying) To do this, add this line into your wp-config.php file: define( 'WP_AUTO_UPDATE_CORE', false ); Code (markup):