⚡ No Page Reload
Forms submit via AJAX without refreshing the page
🎨 Modern Modal
Beautiful confirmation dialog with smooth animations
📱 Telegram Integration
Automatic message formatting with emojis
🔧 Easy Setup
Just include one JavaScript file and you're ready
<!-- Include the script -->
<script src="metadata/form-ajax.min.js"></script>
<!-- Create your form -->
<form action="metadata/formhandler.php" method="POST">
<input type="text" name="name" required>
<input type="email" name="email" required>
<button type="submit">Submit</button>
</form>