funkydan2 / alpha-church

Hugo theme for churches based on a html5up theme
https://alpha-church.netlify.app
Other
68 stars 59 forks source link

Formspree Setup #7

Closed ortonvillefarmersmarket closed 5 years ago

ortonvillefarmersmarket commented 5 years ago

I am having trouble setting up formspree

I have modified the contact settings in config.toml like so: service = "formspree" confirm_page = "/contact_thanks" formspree_email="ortonvillefarmersmarket@gmail.com"

And then sent a test email form my contact form - this takes me to the formspree homepage.

What other steps are required to setup that I am missing?

ortonvillefarmersmarket commented 5 years ago

I hardcoded my email into contact.html, and that worked. Looks like there is an issue with pulling the email in from config.toml

funkydan2 commented 5 years ago

Well spotted. I haven't tested the formspree integration, but I've now changed something which should mean the email is pulled from config.toml (https://github.com/funkydan2/alpha-church/commit/3661ff0f8ac1d40757517f80c78da40b516807d0).

Can you please update to the latest version of the theme and let me know if it now works?

ortonvillefarmersmarket commented 5 years ago

Looks like it worked! Thanks for the quick response