Skip to main content

Basic Form

Add a contact form to any Eleventy template:
contact.njk

With JavaScript

Add AJAX submission for a better user experience:

Reusable Include

Create a reusable form include:
_includes/contact-form.njk
Use it in any page:

Liquid Template

If you’re using Liquid instead of Nunjucks:
contact.liquid