I have built the Professional Support System.
- User Form with Auto-Reply:
pages/contact.html - Admin Inbox:
admin-dashboard.html> Command Center > "Support Inbox"
You must configure your email provider.
- Open
js/email-config.js - Replace the placeholders with your EmailJS keys:
PUBLIC_KEYSERVICE_IDTEMPLATE_AUTO_REPLY(Create this on emailjs.com)TEMPLATE_ADMIN_REPLY(Create this on emailjs.com)
- User: Go to Contact Us, fill form.
- Verify: Check "success modal" appears.
- Admin: Go to Admin Dashboard, click "Support Inbox", you should see the ticket.
- Reply: Click the ticket, type a reply, and send.