Collect submissions from your 11ty forms in minutes without a server or database.
Setting up Jamform to handle your 11ty forms is as simple as pointing your form's action attribute to your unique Jamform endpoint URL.
---
layout: base.html
title: Home
---
<form action="YOUR_JAMFORM_ENDPOINT" method="POST">
<input type="email" name="email" />
<input type="text" name="name" />
<button type="submit">Send</button>
</form>
Need more help with 11ty integration? Try the 11ty docs or contact support.
Be sure to check out the documentation to see how to get the most out of your Jamform integration with 11ty. In a few steps you can setup your 11ty form to handle file uploads, trigger webhooks, integrate with Google reCAPTCHA, and more!