Email Validation Widget

Key Features

  • Real-time Validation - Validate emails as users type
  • Lightweight - Only 9.4KB minified with zero dependencies
  • Customizable - Configure validation rules, messages, and styling
  • Framework Agnostic - Works with any JavaScript framework or vanilla HTML
  • Form Integration - Seamless HTML5 form validation support
  • Event System - Listen to validation events for custom workflows

Quick Start

Add the widget to your HTML:

<script src="https://verifyforge.com/widget/verifyforge.min.js"></script>
<script>
  verifyforge('apiKey', 'your_public_api_key');
</script>

The widget will automatically attach to all input[type="email"] elements on your page.

Next Steps