Static generators still need form delivery
Hugo is built for speed and plain HTML. Contact forms still need a backend. FormsReach gives you a form API endpoint so a classic form in a partial works on any static host.
Platform notes
- Prefer
layouts/partials/contact-form.htmlfor reuse. - Works with any Hugo theme that can include a partial.
- After submit, you get email and/or WhatsApp based on how you configure delivery.
Troubleshooting
- Nothing arrives: Confirm the partial renders
api_keycorrectly after build. - Theme overrides: Ensure your contact template actually includes the partial.
- Wrong fields: Ensure each input has a
nameattribute.