forge12marc
Forum Replies Created
-
Hello @danielbinda ,
thank you for reporting this.
We have already released a hotfix for version 2.2.4 that restores CAPTCHA protection in Contact Form 7.
If you were still using the old shortcode-based implementation, please note:
- Since version 2.0 the shortcode solution has been marked as deprecated.
- With version 2.2.4 it has now been removed in order to keep the codebase clean and structured.
- To restore your CAPTCHA, please go to Settings → Extended → Contact Form 7 and enable the integration there.
Our goal is clear: reduce spam effectively without restricting legitimate users. Every step we take in cleaning up the codebase and simplifying integrations moves us closer to that goal.
Best regards,
MarcHi @bonaldi
thank you for raising your concerns – I value your contribution and the fact that you hold us to a high standard.
We just released a hotfix that should address the issues you mentioned:
- CF7 / WP Form Lite forms disappearing – this was caused by a regression. The hotfix restores compatibility. If for any reason the forms are still missing, please go to Settings → Extended and simply re-enable the required services manually.
- Code comments in German – agreed, this penalizes contributions. We have started translating all comments into English so that the codebase is accessible to everyone.
- Telemetry toggle – fixed. The toggle now respects the user’s choice. Telemetry remains pseudonymized and limited to plugin usage data only (see updated README for the full list of collected fields).
On telemetry:
SilentShield does collect usage data by default, but it is fully pseudonymized and limited strictly to plugin-related technical information. We do not collect IP addresses, no form data, and no personal user data of any kind. Only plugin usage is measured – nothing that can identify a person or site visitor.To make this transparent, we have updated the README to list every single field that is tracked:
plugin_slug(technical identifier)plugin_version(release used)snapshot_date(collection date)settings_json(active configuration options, pseudonymized)features_json(which features are enabled)created_at,first_seen,last_seen(timestamps, anonymized)counters_json(usage counts of spam protection events)wp_version(WordPress version)php_version(PHP version)locale(site language)
That’s the complete list. Nothing else is collected.
The purpose is solely to understand which features are actually used, so we can improve defaults, remove unnecessary complexity, and keep the plugin lightweight.
SilentShield will always remain GDPR-compliant. But just as important: it will remain transparent – and you should know exactly what is being collected.
Best regards,
MarcHello @silva8899 ,
I’m happy to let you know that we have integrated JetForms within the Plugin. Please let me know if you need any further assistance.
Best Regards
MarcHello @derroth ,
As we did not get any update, I’ll close the ticket for the moment. If you need further assistance, feel free to open a new ticket.
Best Regards,
MarcHello @kosmikkreeper ,
We’ve updated the plugin and have also added the ability to block IP addresses. You can find the option within the settings.
Best Regards
MarcHello @pluggedindev ,
Thank you for your feedback. We’ve updated the Plugin releasing many bug fixes and improvements. Can you check if your issue has been resolved too?
Best Regards
MarcHello @pluggedindev – can you tell us which version of the plugin (Gravity Form, WordPress, Captcha) you are using ?
Hello,
We do not have IP blocking yet, but I will add it to our feature list. Still our plugin works well on WooCommerce using the default protection methods (JavaScript, Blacklist, Multiple-Submission and Honeypot)Best Regards
Hallo @pigsound,
entschuldige bitte vielmals, dass ich mich jetzt erst melde. Leider war ich im Urlaub und zwischendurch auch noch krank.
Ich habe versucht, das Problem bei mir in der Entwicklungsumgebung nachzustellen, jedoch konnte alles ohne Probleme versendet werden.
Wäre es möglich, dass du mir eine Kopie deiner Seite zukommen lässt oder aber einen Zugang zu der Seite, auf der das Problem auftritt? Kann gerne auch ein Testsystem sein.
Falls du eine Kopie senden möchtest, bitte mit WeTransfer an info@forge12.com. Die Kopie der Seite bitte mit dem Duplicator Plugin erstellen und uns sowohl die installer.php als auch das Archiv zukommen lassen.
deleted
- This reply was modified 1 year, 3 months ago by forge12marc. Reason: posted twice
Hi Marc,
Thanks for the clarification.
Even without a dedicated security plugin like WordFence, 403 errors can still occur due to server-level restrictions. Here are a couple of possibilities to check:
- ModSecurity (Server-Side WAF):
Many hosting providers have ModSecurity or similar protections enabled by default. These can block specific requests based on patterns or keywords (e.g. “blacklist”, “block”, etc.). It’s worth checking with your hosting provider if any rules were triggered during the save attempt. - .htaccess Rules or Server Config:
Occasionally, rules in.htaccess(or nginx configuration) can inadvertently block POST requests or certain query parameters. If you’ve made recent changes to.htaccess, it may be worth reviewing or temporarily restoring a default version.
If you’d like, I can take a closer look at the specific request triggering the error—e.g. by enabling WP_DEBUG or inspecting the server logs.
Best regards,
MarcHello Marc,
Thanks for your message. It seems you are using a Web-Application-Firewall. Can you tell me which WAF you are using?
If you are using WordFence, you can check this link https://www.wordfence.com/help/blocking/troubleshooting/#403-forbidden-what-why-am-i-seeing-this to solve the issue.
Best Regards
Marc