Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/funkydan2/alpha-church.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index bc4eee8..0d177bf 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -126,12 +126,15 @@ unsafe = true
[params.contact]
#Use this section to automate contact form.
- #Set service to either "netlify" or "formspree"
+ #Set service to either "netlify", "formspree" or "php"
#For formspree, please setup an account at https://formspree.io/
#For netlify, please read https://www.netlify.com/docs/form-handling/
#
#If you use netlify, you'll need to set the confirm_page value (or else users will see a generic netlify response)
#If you use formspree, you'll need to set your formspree email address.
+ #
+ #If you use php, you need to host this site on a Server capable of running php.
+ # Please edit the /static/contact_mail.php file from the exampleSite.
service = "netlify"
confirm_page = "/contact_thanks"
# formspree_email=""