Add real form submission handler with ERPNext proxy

This commit is contained in:
Ozzy (AI Assistant) 2026-07-27 19:57:27 +00:00
parent d24ad2522f
commit dbd7e36917
4 changed files with 92 additions and 22 deletions

View file

@ -12,6 +12,13 @@
<link rel="icon" type="image/png" href="favicon.png">
</head>
<body>
<!-- ===== Staging Banner ===== -->
<div class="staging-banner">
⚠️ STAGING SITE — RecruitmentVenture-Staging
</div>
<!-- ===== Header ===== -->
<header class="site-header">
<div class="container">
<h1 class="logo">Syntropy Talent</h1>
@ -88,7 +95,7 @@
<script src="js/script.js"></script>
<script>
// Form submission
// Form handling for staging
document.getElementById('contactForm')?.addEventListener('submit', function(e) {
e.preventDefault();
alert('Message sent! (In production, this would send data to ERPNext)');