Ghost is a free and open-source blogging platform written in JavaScript.
Start collecting data in a matter of clicks.
Let Formspark take care of the servers, databases, and analytics.
Set up any form in seconds.
{{!< default}} {{!-- Save as page-contact.hbs in your theme, then create a page with the "contact" slug. --}} <section class="post-full-content"> <h1>{{title}}</h1> <form action="https://submit-form.com/your-form-id" method="POST"> <label> <span>Email</span> <input type="email" name="email" /> </label> <label> <span>Message</span> <textarea name="message"></textarea> </label> <button type="submit">Send</button> </form> </section>