Antispam for Elementor Forms

外掛說明

Antispam for Elementor Forms adds two methods of preventing spam submissions to Elementor Pro forms – checking the form contents against the WordPress comment blocklist, which is automatically synced daily, and a JavaScript-based honeypot field, with an optional minimum time to fill out the form.

Privacy disclaimer

This plugin uses the WordPress comment blocklist from GitHub (https://github.com/splorp/wordpress-comment-blacklist, via the raw.githubusercontent.com domain). It is synced daily. Your server’s IP address will be shared with GitHub when this happens. Their terms of use can be found here: https://docs.github.com/en/site-policy/github-terms/github-terms-of-service and their privacy statement can be found here: https://docs.github.com/en/site-policy/privacy-policies/github-general-privacy-statement No data about your users is shared.

安裝方式

1) Install the plugin from the WordPress Plugin Directory.
2a) Checks against the comment blocklist are performed automatically, but further configuration can be done in Elementor -> Settings, in the Antispam for Elementor Forms tab.
2b) The JS Honeypot field must be manually added to forms which require it.

使用者評論

閱讀全部 1 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Antispam for Elementor Forms〉的開發相關工作。

參與者

將〈Antispam for Elementor Forms〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

2.3.1
– Don’t check non-texty field types to avoid type errors when processing submissions (ht. Nazar Hotsa).
– Don’t check fields without user-provided values, using the new asef/excluded_field_types filter.

2.3.0
– Add multisite support (ht. Vladislav Malienkov)
– Items from the allow list are now removed from both the remote and custom lists (the allow list takes precedence)

2.2.4
– Fix versioning to allow the plugin to update.

2.2.3
– Update Tested up to value for WordPress.
– Fix JS errors when used with multiple forms.
– Update readme to fix Short Description length error.

2.2.2
– Actually update Tested up to value for WordPress.

2.2.1
– Update Tested up to value for WordPress.
– Explicitly add Elementor dependency.

2.2.0
– Add Delay setting to JS Honeypot field.

2.1.0
– Corrections in preparation for uploading the plugin to the WordPress Plugin Directory.

2.0.0
– JS Honeypot field added.

1.0.0
– First release