Jamform | Simple, Serverless, Forms Made Easy
Jamform logoHexo icon

Simple backend solution for yourHexo forms

Collect submissions from your Hexo forms in minutes without a server or database.

Get Started

Getting Started:

Setting up Jamform to handle your Hexo forms is as simple as pointing your form's action attribute to your unique Jamform endpoint URL.

<!DOCTYPE html>
<html>
  <body>
    <form action="https://jamform.com/f/{formId}" method="POST">
      <input type="email" name="email" />
      <input type="text" name="name" />
      <button type="submit">Send</button>
    </form>
  </body>
</html>

Step-by-step:

  1. Register your Jamform account and verify your email address
  2. Create a new Jamform form to collect your form's submissions
  3. Change your Hexo form's action attribute to point to your new Jamform endpoint URL
  4. That's it! All submissions to your Hexo form will now be saved by Jamform and emailed to you!

Need more help with Hexo integration? Try the Hexo docs or contact support.

Getting the most out of Jamform:

Be sure to check out the documentation to see how to get the most out of your Jamform integration with Hexo. In a few steps you can setup your Hexo form to handle file uploads, trigger webhooks, integrate with Google reCAPTCHA, and more!

Ready to dive in?Start for free today.