Email Blacklist For Elementor Forms

Popis

If you need to prevent email addresses or entire email domains from being sent on an Elementor Form, this plugin will do that.

Stop unwanted Elementor Forms spam and create an email or domain name block list for your forms.

This is for Elementor Pro users only. This will not work with the free version of Elementor as it doesn’t support forms.

Plugin Page

Email Blacklist For Elementor Forms

Snímky obrazovky

  • Email Blacklist text area on the Form widget control, content section.
  • Add a comma separated list of items to block. Regex not supported.
  • Error message on form if any items match the block list.

Instalace

  1. Ensure you are using Elementor Pro
  2. Download the plugin zip file & unzip it
  3. Copy the folder email-blacklist-for-elementor-forms into the directory /wp-content/plugins/
  4. Activate the plugin through the ‚Plugins‘ menu in WordPress

Embed a new Elementor Form widget.
Add your comma separated email addresses or domain names into the Contents > Email Blacklist input area.
No more spam from those email addresses or domains.

Nejčastější dotazy

Does the plugin do anything else?

Nope.

Does the email blacklist support regex?

Nope. Enter a full email address like this „bob@yandex.com“ or a domain name like this „@yanex.com“.

Is it ethical to block entire domains from sending form emails?

Probably not but it’s your site, so your choice. Expect some unhappy support tickets.

Recenze

23. 10. 2023
I think it’s great I would like it not to give any error message information if the blacklist is on, in fact I would like a message to appear saying „Sent successfully.“
1. 7. 2023 1 odpověď
It’s a perfect solution for many corporate Wordpress installation. But it’s not support PHP 8.0
Přečtěte si všechny 3 recenze

Autoři

Email Blacklist For Elementor Forms je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.

Spolupracovníci

Plugin „Email Blacklist For Elementor Forms“ byl přeložen do 2 jazyků. Děkujeme všem překladatelům za jejich pomoc.

Přeložte “Email Blacklist For Elementor Forms” do svého jazyka.

Zajímá vás vývoj?

Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.

Přehled změn

1.0

  • Initial release.

1.1.0

  • Added a filter ‚elementor_forms_blacklist_error_message_blocked‘ to allow for a custom error message.
  • Usage add_filter( ‚elementor_forms_blacklist_error_message_blocked‘, function( $error_message, $blocked_email ) {
    return sprintf( ‚Custom Error: The email or domain %s is not allowed.‘, $blocked_email );
    }, 10, 2 );
  • Sanitised $field[‚value‘] in validation check