• I keep having problems with contact forms that stop working. I’ve tried several different form builder plugins, Contact Form 7, and more. It’s also happened on a couple different websites. I was looking for a plugin that will test forms. Is there a plugin, a service or something that will automatically testing forms on the website daily?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator James Huff

    (@macmanx)

    If forms aren’t sending, it sounds like your hosting provider has disabled PHP’s mail() function, which is used by WordPress to send you email notifications, and is also used by contact form plugins and more.

    This is a common safeguard employed by hosting providers when they suspect that another customer on the same server is sending spam emails directly from the server.

    Another alternative is that PHP’s mail() function is still active, but spammer activity from the server has already caused any email sent from it to be blacklisted. This would result in the emails being sent, but never received by any email address with basic anti-spam capabilities.

    You can check this by leaving a comment on your site and checking if you receive an email. Another alternative would be to use the Health Check plugin and sending yourself a test email from the plugin’s Tools tab to see if it works.

    If you didn’t receive a test email, you could try using an SMTP plugin to configure your WordPress site to use your email’s outgoing mail server instead of PHP’s mail() function.

    Thread Starter activedata

    (@activedata)

    Thank you for the info but the issue doesn’t seem to be sending the email notification, there is an error when filling out the forms. For some reason, the forms themselves stop working.

    Moderator James Huff

    (@macmanx)

    What exactly is the error?

    I have install contact form 7 from many years, and its ok. But if you faced some problem, usually this is caused by misconfiguration, especially if you add new label. you should make sure correct configuration inside the form editor.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘What can you use to test contact forms?’ is closed to new replies.