#What is the astro way to handle a form submission?
1 messages · Page 1 of 1 (latest)
Astro renders the form statically.
If you'd like an interactive form, you could use a frontend framework like Vue or React.
If you want to handle form data, I would recommend a serverless endpoint, or another service to send the data to as the form action="".
A community member posted this blog talking about handling POST requests if your interested https://blog.okikio.dev/using-formdata-with-astro