Hugo is a static site generator written in Go.
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
<html> <head> <title>{{ .Title }}</title> </head> <body> <h1>{{ .Title }}</h1> <form action="https://submit-form.com/{{ .Site.Params.formspark_form_id }}" > <textarea name="message"></textarea> <button type="submit">Submit</button> </form> </body> </html>