Contact Form Update for the Static Site
Why the Form Is Disabled
This website is designed as a frontend-only static site. That keeps the public artifact simple and safe to publish, but it also means GitHub Pages cannot run a private server endpoint for contact messages.
Until FCLA selects an external form backend, the contact form remains disabled. No names, email addresses, or messages are submitted to a local API route.
Backend Requirements
Any future contact backend should provide server-side validation, spam prevention, secure delivery, and storage controls. Secrets and private credentials must stay out of frontend code.