Astro is an all-in-one web framework for building fast, content-focused websites.
Start collecting data in a matter of clicks.
Let Formspark take care of the servers, databases, and analytics.
Set up any form in seconds.
Compatible with Jamstack
--- const FORMSPARK_ACTION_URL = "https://submit-form.com/your-form-id"; --- <form method="POST" action={FORMSPARK_ACTION_URL}> <textarea name="message" placeholder="Message"></textarea> <button type="submit">Send</button> </form>