diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml index 67620a2..3440841 100644 --- a/exampleSite/config/_default/params.toml +++ b/exampleSite/config/_default/params.toml @@ -22,8 +22,11 @@ custom_script = "" mainSections = ["blog"] +# contact form works with https://formspree.io and Netlify +# use Netlify's contact form functionality +netlify = true # set to false if using formspree.io # contact form action -contact_form_action = "#" # contact form works with https://formspree.io +contact_form_action = "#" # copyright theme_copyright = true copyright = "Copyright by your company" diff --git a/exampleSite/content/english/contact.md b/exampleSite/content/english/contact.md index 4b89435..32f2d04 100644 --- a/exampleSite/content/english/contact.md +++ b/exampleSite/content/english/contact.md @@ -3,10 +3,13 @@ title: "Contact" description: "this is meta description" layout: "contact" draft: false +form_name: "contact" --- # Contact Me -Menso comes with a built-in contact form, that you can use with Formspree service to -handle up to 50 submissions per month for free. You could also easily switch to another -contact form service if you want \ No newline at end of file +iWriter comes with a built-in contact form that you can use with Netlify or the Formspree. +[Netlify](https://docs.netlify.com/forms/usage-and-billing/#app) allows for 100 submissions per month for free. +[Formspree](https://formspree.io/plans) provides up to 50 submissions per month for free. +You can also easily switch to another contact form service if you want. + diff --git a/layouts/_default/contact.html b/layouts/_default/contact.html index fe83cde..9ad8f40 100644 --- a/layouts/_default/contact.html +++ b/layouts/_default/contact.html @@ -8,8 +8,7 @@