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

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
- Edit Elementor Form widget
- Open Email Filtering section
- Add patterns:
- Blocklist (form-specific)
@temp-domain.com, *.xyz - Whitelist (form-specific)
@client-domain.com, manager@
- Blocklist (form-specific)
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);