aamodtgroup / frontity-contact-form-7

Contact Form 7 extension for Frontity.
https://frontity-cf7.aamodtgroup.com/
GNU General Public License v2.0
10 stars 4 forks source link

Form content recognized as spam #11

Closed DonKoko closed 3 years ago

DonKoko commented 3 years ago

I just heard from one of our users that our contact form doesnt work anymore. I did some checks myself and found our that the API returns a spam message:

{"into":"#wpcf7-f582-o1","status":"spam","message":"Beim Versuch, deine Mitteilung zu versenden, ist ein Fehler aufgetreten. Bitte versuche es sp\u00e4ter noch einmal.","posted_data_hash":""}

As you can see the status is spam. The message is the default CF7 message for "Sender's message failed to send". Any ideas why this could be happening? Form can be tested here: https://koenighaus-webshop-donkoko.vercel.app/kontakt/

Any idea what could be causing this. I am not aware of any updates done to cause this.

kasperaamodt commented 3 years ago

That has something to do with the email sender settings in WP. Nothing to do from this side.

kasperaamodt commented 3 years ago

I tested the form now, and it worked, so you have probably fixed the sender settings.

DonKoko commented 3 years ago

Thanks for answering Kasper. It was actually recaptcha causing the issue. It was not present in the form but someone had actually enabled it in CF7 settings.