Hi,
In localhost I have created a contact form using SimpleContactForm. The form has three fields: name, email and message. It works, i.e. the messages are passed locally to "Test Mail Server Tool". If I leave the field 'scf-website' empty, the message "Number of fields does not match" appears in the log file and if I fill 'scf-website' with something, the message "Honeypot field was filled" appears. In both cases - 'scf-website' empty and filled - the message is sent.
The "Number of fields does not match" error is annoying, but I could ignore it. The malfunctioning spam protection makes the form unusable.
What now?