dave-tucker / zola-clean-blog

A port of the StartBootsrap Clean Blog theme for Zola
MIT License
19 stars 19 forks source link

Usage question. How to change the target email address the contact me form sends to #3

Closed dmaahs2017 closed 2 years ago

dmaahs2017 commented 3 years ago

How do I change the email address that the contact me form will send to?

I'm deploying to a raspberry Pi, using nginx to serve the static site.

thelema commented 2 years ago

Looking at the generated html, it looks like this is just a template for a contact form, and there's no logic for directing the information in that form to any destination.

dave-tucker commented 2 years ago

That's correct. Form handling on my site uses Netlify's Forms handling.

dmaahs2017 commented 2 years ago

Thanks, I figured it out using formspree.