Middleman is a static site generator written in Ruby.
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
--- title: Contact --- <%# Form id lives in data/formspark.yml %> <form action="https://submit-form.com/<%= data.formspark.form_id %>" method="post"> <label> <span>Message</span> <%= text_area_tag :message %> </label> <%= submit_tag "Send" %> </form>