Skip to main content

Basic Form

Add a form to any Hugo template or content file:
layouts/partials/contact-form.html

Shortcode

Create a reusable shortcode:
layouts/shortcodes/contact.html
Use in content:

With Config

Store your organization code and form slug in config.toml:
config.toml
layouts/partials/contact-form.html

AJAX Submission

Add JavaScript for submission without page reload:
layouts/partials/ajax-form.html