From 6a11fad1608117c451e5475bd8f57dea9a0a124b Mon Sep 17 00:00:00 2001 From: "Roneo.Org" <77257518+RoneoOrg@users.noreply.github.com> Date: Mon, 30 Aug 2021 07:36:50 +0200 Subject: Formspree free plan is limited - Fixes: https://github.com/devcows/hugo-universal-theme/issues/316 (#317) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4458104..1fd5013 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ Example configuration: direction = "Desamparados Station, Distrito de Lima 15001, Peru" ``` -Since Hugo sites are static, the contact form uses [Formspree](https://formspree.io/) as a proxy. The form makes a POST request to their servers to send the actual email. Visitors can send up to a 1000 emails each month for free. +Since Hugo sites are static, the contact form uses [Formspree](https://formspree.io/) as a proxy. The form makes a POST request to their servers to send the actual email. Formspree and the submissions for the free plan are limited, [checkout the plans for details](https://formspree.io/plans). To enable the form in the contact page, just type your Formspree email in the `config.toml` file, and specify whether to use ajax(paid) to send request or plain HTTP POST(free). Also there is the possibility to enable a captcha using recaptcha. -- cgit v1.2.3