Advanced Email Filter For Elementor Forms Wordpress Plugin - Rating, Reviews, Demo & Download

Advanced Email Filter For Elementor Forms Preview Wordpress Plugin - Rating, Reviews, Demo & Download
No ratings yet
Free
Follow for free plugins, new theme releases and theme news

Plugin Description

Advanced Email Filter for Elementor Forms adds enterprise-grade email validation to your Elementor pro forms. Protect against spam submissions while maintaining flexibility for legitimate users.

Features

  • Global Blocklist/Whitelist management
  • Per-form email filtering rules
  • Wildcard support for domains and patterns
  • Compatible with Elementor Pro forms only

Configuration

There is two place where you can control email filter.

Global Settings

Navigate to Email Filter -> Settings to configure:

  • Blocklist:
    @spamdomain.com, *.ru, fake-user@

  • Whitelist:
    @yourcompany.com, admin@, *.trusted.org

Form-Specific Settings

  1. Edit Elementor Form widget
  2. Open Email Filtering section
  3. Add patterns:
    • Blocklist (form-specific)
      @temp-domain.com, *.xyz
    • Whitelist (form-specific)
      @client-domain.com, manager@

Hooks & Filters

Customize validation behavior using these hooks:

// Modify validation error message
add_filter('aefe_validation_error', function($message, $email) {
    return sprintf(__('Error: %s is blocked', 'text-domain'), $email);
}, 10, 2);

Screenshots

  1. Global Blocklist/Whitelist management

    Global Blocklist/Whitelist management

  2. Per-form email filtering rules

    Per-form email filtering rules


Reviews & Comments