WordPress plugin to add and configure Mailcheck.js to your site forms.
Will work with any form or form plugin, including Gravity Forms and Contact Form 7.
Also has the ability to use this on WordPress registration page. (wp-login.php)
From the mailcheck.js github page:
When your user types in "[email protected]", Mailcheck will suggest "[email protected]".
Mailcheck will offer up suggestions for top level domains too, and suggest ".com" when a user types in "[email protected]".
At the moment there is no settings or admin panel to configure the plugin. This is in the works- just not sure when it will be completed.
If you want to make a pull request and build one, by all means! This is GPL2 and you will be credited if the branch is merged.
simply change the selector on line 30
in wp-mailcheck-main.php
edit line 4
in /views/mailcheck-inline-script.php
here is a list of popular domains
edit line 8
in /views/mailcheck-inline-script.php
You can style the message displayed when a possible error occurs using .szbl-mailcheck-msg
.
Example:
.szbl-mailcheck-msg { display: block; color: red; }
Result:
WordPress Developer Drew Poland
Twitter: @bmoredrew
WordPress PHP Developer Andy Stratton
Twitter: @theandystratton
Copyright (c) 2012 Sizeable Interactive
Licensed under the GPL2 License. See wp-mailcheck.php for more details.