Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
There are many ways to prevent SPAM from bots.
However, these techniques only start when the form can already be used - that is: is available for the bot.
Years ago, to reduce SPAM on contact forms, I suggested an extension to a Wordpress plugin, which I now use everywhere: For contact forms, but also for login pages or even for the whole forum.
What is the trick?
Easy: The shortcode for the forum is embedded in the encode shortcode. And then only "real users" can access the content via the browser (or really good scripts that simulate a browser session).
[eeb_protect_content protection_text="Please activate javascript to see the protected form." method="rot13" do_shortcode="yes"] [wpforo] [/eeb_protect_content]
This plugin is to be used:
https://wordpress.org/support/plugin/email-encoder-bundle/
There are no settings to adjust in the plugin to make it work. However, it is helpful to activate the "lock icon" (temporary). Because then you can see that the encoding works.
It is important to use the code snippet above 1:1, otherwise the shortcode will not be interpreted!
Maybe this hint can be included in the FAQ section... I'm happy to provide more details or help here.