WebsiteApp/_docs/contact.md
2021-01-26 16:38:24 +01:00

465 B

title subtitle author tags
Contact form (via FormSpree) This document covers the setup and options of theme feature described in the doc title sara
setup

Submit the form and confirm your email address at FormSpree. Then add the following include to a page, replacing the email address:

{% raw %}

{% include formspree.html email="my_name@gmail.com" redirect="/thanks/" name="true" subject="true" %}

{% endraw %}