MVP WordPress plugin that adds a Validate with Kickbox checkbox to Gravity Forms Email fields.
Email validation for Gravity Forms using the Kickbox API.
- Adds a WordPress settings page at Settings → GF Kickbox
- Stores your Kickbox API key in WordPress options
- Adds a checkbox to Gravity Forms Email fields: Validate with Kickbox
- During form submission, validates enabled email fields against Kickbox
- Blocks only emails Kickbox returns as
undeliverable - Allows
deliverable,risky,unknown, and API timeout/error responses for now
- Upload this folder to
wp-content/plugins/gf-kickbox-email-validation - Activate Gravity Forms Kickbox Email Validation
- Go to Settings → GF Kickbox
- Add your Kickbox API key
- Edit a Gravity Form
- Open an Email field
- Enable Validate with Kickbox
- Test with a known bad email address
This first version is intentionally conservative so you do not accidentally lose real leads.
It blocks only:
result = undeliverable
Everything else passes.
This improves lead hygiene at form intake. It does not prevent phishing attempts that happen later in an email conversation.